Skip to content

Commit 9d04ed0

Browse files
Changed Image Tag
1 parent b1eb169 commit 9d04ed0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy-v2.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -405,8 +405,8 @@ jobs:
405405
406406
# Determine image tag based on branch
407407
if [[ "$BRANCH_NAME" == "main" ]]; then
408-
IMAGE_TAG="latest_waf"
409-
echo "Using main branch - image tag: latest_waf"
408+
IMAGE_TAG="latest"
409+
echo "Using main branch - image tag: latest"
410410
elif [[ "$BRANCH_NAME" == "dev" ]]; then
411411
IMAGE_TAG="dev"
412412
echo "Using dev branch - image tag: dev"

0 commit comments

Comments
 (0)