docker-cp-deploy/.drone.yml

26 lines
543 B
YAML
Raw Normal View History

2020-11-14 21:27:16 +00:00
---
kind: pipeline
name: build & publish image
2020-11-14 21:27:16 +00:00
steps:
- name: run shellcheck
image: debian:bullseye
2020-11-14 21:27:16 +00:00
commands:
- apt update
- apt install -y shellcheck
- shellcheck plugin.sh
- name: docker push
image: plugins/docker
settings:
username: 3wordchant
2020-11-14 21:27:16 +00:00
password:
from_secret: git_coopcloud_tech_token_3wc
repo: git.coopcloud.tech/coop-cloud/docker-cp-deploy
2020-11-14 21:27:16 +00:00
tags: latest
registry: git.coopcloud.tech
2020-11-14 21:27:16 +00:00
trigger:
branch:
- main
2022-03-07 12:51:59 +00:00
event:
exclude:
- pull_request