We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1eb169 commit 9d04ed0Copy full SHA for 9d04ed0
1 file changed
.github/workflows/deploy-v2.yml
@@ -405,8 +405,8 @@ jobs:
405
406
# Determine image tag based on branch
407
if [[ "$BRANCH_NAME" == "main" ]]; then
408
- IMAGE_TAG="latest_waf"
409
- echo "Using main branch - image tag: latest_waf"
+ IMAGE_TAG="latest"
+ echo "Using main branch - image tag: latest"
410
elif [[ "$BRANCH_NAME" == "dev" ]]; then
411
IMAGE_TAG="dev"
412
echo "Using dev branch - image tag: dev"
0 commit comments