Add '.woodpecker.yml'
ci/woodpecker/push/woodpecker Pipeline was successful Details

master
Sebastian Hugentobler 2022-11-11 07:50:53 +00:00
parent 9b53e02941
commit 9b3ffb7348
1 changed files with 11 additions and 0 deletions

11
.woodpecker.yml Normal file
View File

@ -0,0 +1,11 @@
pipeline:
publish-docker-image:
image: plugins/kaniko
settings:
repo: docker.io/thallian/dovecot
tags: latest,${CI_COMMIT_SHA:0:8},${CI_COMMIT_TAG=pre}
dockerfile: Dockerfile
username:
from_secret: DOCKER_USER
password:
from_secret: DOCKER_PW