mirror of
https://codeberg.org/JasterV/docker.git
synced 2026-04-26 18:10:02 +00:00
[release-plz-update-pr] update base image
This commit is contained in:
parent
f2242a14a1
commit
38cf311398
2 changed files with 1 additions and 9 deletions
|
|
@ -1,4 +1,4 @@
|
|||
FROM jasterv/release-plz:0.3
|
||||
FROM jasterv/release-plz:0.3.156
|
||||
|
||||
COPY release-plz/update-pr.sh /usr/local/bin/update-pr
|
||||
|
||||
|
|
|
|||
|
|
@ -10,8 +10,6 @@ BOT_NAME="${PLUGIN_BOT_NAME:-"release-plz-bot"}"
|
|||
BOT_EMAIL="${PLUGIN_BOT_EMAIL:-"bot@codeberg.org"}"
|
||||
COMMIT_MESSAGE="${PLUGIN_COMMIT_MESSAGE:-"chore: release-plz update"}"
|
||||
PR_TITLE="${PLUGIN_PR_TITLE:-"chore: release-plz update"}"
|
||||
CARGO_PATH="${PLUGIN_CARGO_PATH:-"~/woodpecker/.cargo"}"
|
||||
|
||||
|
||||
# Use Woodpecker CI built-in variables
|
||||
REPO_FULL_NAME="${CI_REPO}" # e.g., "username/repo"
|
||||
|
|
@ -26,12 +24,6 @@ fi
|
|||
# --- 3. Run release-plz update ---
|
||||
echo "--- Running release-plz update ---"
|
||||
|
||||
export CARGO_PATH="${CARGO_PATH}"
|
||||
|
||||
ls -R
|
||||
|
||||
pwd
|
||||
|
||||
release-plz update --verbose --manifest-path="$(pwd)/Cargo.toml"
|
||||
|
||||
# Check if any files were changed (Cargo.toml, CHANGELOG.md, etc.)
|
||||
|
|
|
|||
Loading…
Reference in a new issue