Add '.woodpecker.yml'

This commit is contained in:
Sebastian Hugentobler 2022-11-11 07:31:58 +00:00
parent bfff34243e
commit b94e090a8b

11
.woodpecker.yml Normal file
View File

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