Skip to content

Commit 51162de

Browse files
updated image tag to latest
1 parent 007cb06 commit 51162de

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
@@ -424,8 +424,8 @@ jobs:
424424
elif [[ "$BRANCH_NAME" == "dependabotchanges" ]]; then
425425
BASE_TAG="dependabotchanges"
426426
else
427-
IMAGE_TAG="pullrequest-ignore"
428-
echo "Using default for branch '$BRANCH_NAME' - image tag: pullrequest-ignore"
427+
IMAGE_TAG="latest"
428+
echo "Using default for branch '$BRANCH_NAME' - image tag: latest"
429429
fi
430430
431431
echo "Using existing Docker image tag: $IMAGE_TAG"

0 commit comments

Comments
 (0)