mirror of
https://codeberg.org/JasterV/docker.git
synced 2026-04-26 18:10:02 +00:00
[release-plz-update-pr] publish release-plz-update-pr image
This commit is contained in:
parent
a72e9c24fb
commit
8630c3c7d9
2 changed files with 17 additions and 1 deletions
16
.woodpecker/publish-release-plz-update-pr-image.yml
Normal file
16
.woodpecker/publish-release-plz-update-pr-image.yml
Normal file
|
|
@ -0,0 +1,16 @@
|
||||||
|
when:
|
||||||
|
event: [push, manual]
|
||||||
|
branch: main
|
||||||
|
path: ["release-plz/update-pr.Dockerfile"]
|
||||||
|
|
||||||
|
steps:
|
||||||
|
publish:
|
||||||
|
image: plugins/kaniko
|
||||||
|
settings:
|
||||||
|
repo: jasterv/release-plz-update-pr
|
||||||
|
tags: 0.3,latest
|
||||||
|
username:
|
||||||
|
from_secret: DOCKERHUB_USERNAME
|
||||||
|
password:
|
||||||
|
from_secret: DOCKERHUB_PASSWORD
|
||||||
|
dockerfile: release-plz/update-pr.Dockerfile
|
||||||
2
release-plz/update-pr.sh
Normal file → Executable file
2
release-plz/update-pr.sh
Normal file → Executable file
|
|
@ -39,7 +39,7 @@ git config --global user.email "$BOT_EMAIL"
|
||||||
git config --global user.name "$BOT_NAME"
|
git config --global user.name "$BOT_NAME"
|
||||||
|
|
||||||
# Create or switch to the feature branch
|
# Create or switch to the feature branch
|
||||||
git checkout -b "$TEMP_BRANCH"
|
git checkout -B "$TEMP_BRANCH"
|
||||||
git add .
|
git add .
|
||||||
git commit -m "$COMMIT_MESSAGE"
|
git commit -m "$COMMIT_MESSAGE"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue