diff --git a/.woodpecker.yml b/.woodpecker.yml new file mode 100644 index 0000000..014ae3a --- /dev/null +++ b/.woodpecker.yml @@ -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