We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8702239 commit 7f2f6a6Copy full SHA for 7f2f6a6
.github/workflows/job-deploy.yml
@@ -425,7 +425,7 @@ jobs:
425
if [[ "$BRANCH_NAME" == "main" ]]; then
426
IMAGE_TAG="latest_v4"
427
elif [[ "$BRANCH_NAME" == "dev-v4" ]]; then
428
- IMAGE_TAG="dev-v4"
+ IMAGE_TAG="dev_v4"
429
elif [[ "$BRANCH_NAME" == "hotfix" ]]; then
430
IMAGE_TAG="hotfix"
431
else
0 commit comments