drone update

trunk
Adam Veldhousen 2022-03-13 01:41:14 -06:00
parent 313cfe8794
commit 5839eb6043
Signed by: adam
GPG Key ID: 6DB29003C6DD1E4B
1 changed files with 18 additions and 0 deletions

View File

@ -3,7 +3,25 @@ kind: pipeline
type: kubernetes
name: Publish
trigger:
event:
- cron
- push
branch:
- trunk
steps:
- name: test
image: alpine
commands:
- apk add --no-cache git
- docker login -u $${DOCKER_USERNAME} -p $${DOCKER_PASSWORD}
environment:
DOCKER_USERNAME:
from_secret: docker_username
DOCKER_PASSWORD:
from_secret: docker_password
- name: kaniko
image: banzaicloud/drone-kaniko
settings: