fix: uptag
This commit is contained in:
parent
1c0c38b51c
commit
e93d014828
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ runs:
|
|||
git add .
|
||||
|
||||
if [ "$CD_COMMIT" != "false" ]; then
|
||||
git commit --allow-empty -m "chore: set $CD_ENV/$CD_APP image.tag=$TAG"
|
||||
git commit --allow-empty -m "chore: set $CD_ENV image.tag=$TAG"
|
||||
fi
|
||||
|
||||
if [ "$CD_PUSH" != "false" ]; then
|
||||
|
|
Loading…
Add table
Reference in a new issue