fix: uptag

This commit is contained in:
devthejo 2023-12-20 23:02:55 +01:00
parent 1c0c38b51c
commit e93d014828
Signed by: devthejo
GPG key ID: C04215C627711F5C

View file

@ -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