[release-plz-update-pr] publish release-plz-update-pr image

This commit is contained in:
release-plz-bot 2026-03-04 16:44:22 +01:00
parent a72e9c24fb
commit 8630c3c7d9
2 changed files with 17 additions and 1 deletions

View 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
View file

@ -39,7 +39,7 @@ git config --global user.email "$BOT_EMAIL"
git config --global user.name "$BOT_NAME"
# Create or switch to the feature branch
git checkout -b "$TEMP_BRANCH"
git checkout -B "$TEMP_BRANCH"
git add .
git commit -m "$COMMIT_MESSAGE"