mirror of
https://codeberg.org/JasterV/docker.git
synced 2026-04-26 18:10:02 +00:00
[release-plz-update-pr] Publish to Codeberg Container Registry
This commit is contained in:
parent
38cf311398
commit
94fd57d331
1 changed files with 7 additions and 2 deletions
|
|
@ -1,14 +1,19 @@
|
|||
when:
|
||||
event: [push, manual]
|
||||
branch: main
|
||||
path: ["release-plz/update-pr.Dockerfile", "release-plz/update-pr.sh"]
|
||||
path:
|
||||
[
|
||||
"release-plz/update-pr.Dockerfile",
|
||||
"release-plz/update-pr.sh",
|
||||
".woodpecker/publish-release-plz-update-pr-image.yml",
|
||||
]
|
||||
|
||||
steps:
|
||||
publish:
|
||||
image: plugins/kaniko
|
||||
settings:
|
||||
repo: jasterv/release-plz-update-pr
|
||||
tags: 0.3.156,0.3,latest
|
||||
tags: 0.3.156,0.3,latest,dev
|
||||
username:
|
||||
from_secret: DOCKERHUB_USERNAME
|
||||
password:
|
||||
|
|
|
|||
Loading…
Reference in a new issue