Skip to content

Commit

Permalink
fix: uptag
Browse files Browse the repository at this point in the history
  • Loading branch information
devthejo committed Dec 20, 2023
1 parent 1c0c38b commit e93d014
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uptag/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e93d014

Please sign in to comment.