Skip to content

Commit 7f2f6a6

Browse files
fix: update IMAGE_TAG format for dev-v4 branch
1 parent 8702239 commit 7f2f6a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/job-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ jobs:
425425
if [[ "$BRANCH_NAME" == "main" ]]; then
426426
IMAGE_TAG="latest_v4"
427427
elif [[ "$BRANCH_NAME" == "dev-v4" ]]; then
428-
IMAGE_TAG="dev-v4"
428+
IMAGE_TAG="dev_v4"
429429
elif [[ "$BRANCH_NAME" == "hotfix" ]]; then
430430
IMAGE_TAG="hotfix"
431431
else

0 commit comments

Comments
 (0)