From e93d0148285eb42826f76cd39d356a5abdf75989 Mon Sep 17 00:00:00 2001 From: devthejo Date: Wed, 20 Dec 2023 23:02:55 +0100 Subject: [PATCH] fix: uptag --- uptag/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uptag/action.yaml b/uptag/action.yaml index eddc2c2..0d3b8f6 100644 --- a/uptag/action.yaml +++ b/uptag/action.yaml @@ -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