docker-cp-deploy/.drone.yml
Comrade Renovate Bot d561e8b0cf
All checks were successful
continuous-integration/drone/push Build is passing
chore(deps): update debian docker tag to v11
2023-01-22 08:41:16 +00:00

26 lines
543 B
YAML

---
kind: pipeline
name: build & publish image
steps:
- name: run shellcheck
image: debian:bullseye
commands:
- apt update
- apt install -y shellcheck
- shellcheck plugin.sh
- name: docker push
image: plugins/docker
settings:
username: 3wordchant
password:
from_secret: git_coopcloud_tech_token_3wc
repo: git.coopcloud.tech/coop-cloud/docker-cp-deploy
tags: latest
registry: git.coopcloud.tech
trigger:
branch:
- main
event:
exclude:
- pull_request