add woodpecker ci definition
This commit is contained in:
parent
ccc405ebff
commit
020b801b44
11
.woodpecker.yml
Normal file
11
.woodpecker.yml
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
pipeline:
|
||||||
|
publish-docker-image:
|
||||||
|
image: plugins/kaniko
|
||||||
|
settings:
|
||||||
|
repo: docker.io/thallian/alpine-s6
|
||||||
|
tags: latest,${CI_COMMIT_SHA:0:8},${CI_COMMIT_REF}
|
||||||
|
dockerfile: Dockerfile
|
||||||
|
username:
|
||||||
|
from_secret: DOCKER_USER
|
||||||
|
password:
|
||||||
|
from_secret: DOCKER_PW
|
Loading…
Reference in New Issue
Block a user