argowhelmsecrets/drone.yml

26 lines
451 B
YAML
Raw Normal View History

2021-02-05 12:40:51 +00:00
kind: pipeline
type: kubernetes
name: linux-amd64-taggedver
platform:
arch: amd64
os: linux
steps:
2021-02-05 12:35:17 +00:00
- name: publish
image: plugins/docker:18
settings:
auto_tag: true
auto_tag_suffix: linux-amd64
2021-02-05 12:43:31 +00:00
dockerfile: Dockerfile
repo: imartyn/argowhelmsecrets
2021-02-05 12:35:17 +00:00
username:
from_secret: docker_username
password:
from_secret: docker_password
when:
event:
- push
- tag
2021-02-05 12:42:14 +00:00
trigger:
ref:
- refs/tags/v*