docker-cp-deploy/.drone.yml
3wc 89abca9c78
All checks were successful
continuous-integration/drone/push Build is passing
Switch to publishing image on Gitea
Re coop-cloud/organising#369
2023-01-21 11:29:12 -08:00

26 lines
541 B
YAML

---
kind: pipeline
name: build & publish image
steps:
- name: run shellcheck
image: debian:buster
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