argowhelmsecrets/drone.yml

26 lines
451 B
YAML

kind: pipeline
type: kubernetes
name: linux-amd64-taggedver
platform:
arch: amd64
os: linux
steps:
- name: publish
image: plugins/docker:18
settings:
auto_tag: true
auto_tag_suffix: linux-amd64
dockerfile: Dockerfile
repo: imartyn/argowhelmsecrets
username:
from_secret: docker_username
password:
from_secret: docker_password
when:
event:
- push
- tag
trigger:
ref:
- refs/tags/v*