We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 007cb06 commit 51162deCopy full SHA for 51162de
1 file changed
.github/workflows/deploy-v2.yml
@@ -424,8 +424,8 @@ jobs:
424
elif [[ "$BRANCH_NAME" == "dependabotchanges" ]]; then
425
BASE_TAG="dependabotchanges"
426
else
427
- IMAGE_TAG="pullrequest-ignore"
428
- echo "Using default for branch '$BRANCH_NAME' - image tag: pullrequest-ignore"
+ IMAGE_TAG="latest"
+ echo "Using default for branch '$BRANCH_NAME' - image tag: latest"
429
fi
430
431
echo "Using existing Docker image tag: $IMAGE_TAG"
0 commit comments