This commit is contained in:
parent
9f5523f6c9
commit
be656b6da6
1 changed files with 10 additions and 0 deletions
10
.woodpecker.yml
Normal file
10
.woodpecker.yml
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
pipeline:
|
||||||
|
publish-docker-image:
|
||||||
|
image: plugins/kaniko
|
||||||
|
settings:
|
||||||
|
repo: git.0x76.dev/v/0x76.dev
|
||||||
|
tags: latest,v1-${CI_COMMIT_SHA:0:8}
|
||||||
|
dockerfile: Dockerfile
|
||||||
|
username: v
|
||||||
|
password:
|
||||||
|
from_secret: registry_password
|
Loading…
Add table
Reference in a new issue