add woodpecker ci

This commit is contained in:
Sebastian Hugentobler 2023-02-23 12:11:28 +01:00
parent a1c91f6d4e
commit 0c8437fee2
Signed by: shu
GPG Key ID: BB32CF3CA052C2F0

13
.woodpecker.yml Normal file
View File

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