Fixed missing special characters that can occur in an ExponentToken
All checks were successful
Build & Publish to GHCR / build (push) Successful in 45s
All checks were successful
Build & Publish to GHCR / build (push) Successful in 45s
This commit is contained in:
@@ -56,7 +56,7 @@ jobs:
|
||||
NEW_IMAGE="${{ env.IMAGE_PATH }}:$NEW_TAG"
|
||||
BRANCH_NAME="update-backend-api-$NEW_TAG"
|
||||
git config user.name "automation-bot"
|
||||
git config user.email "automation-bot@gansejunge.com"
|
||||
git config user.email "dev@gansejunge.com"
|
||||
|
||||
sed -i "s|ghcr.io/$GHCR_ORG/$IMAGE_NAME:[0-9]\+|$NEW_IMAGE|g" "$OPS_PATH"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user