Skip to content

Commit cf0ada2

Browse files
committed
v4-beta tag for webapp
1 parent 738aace commit cf0ada2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/publish-webapp.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,10 @@ jobs:
4343
ref_without_tag=ghcr.io/triggerdotdev/trigger.dev
4444
image_tags=$ref_without_tag:${{ steps.get_tag.outputs.tag }}
4545
46-
# if tag is a semver, also tag it as v3
46+
# if tag is a semver, also tag it as v4
4747
if [[ "${{ steps.get_tag.outputs.is_semver }}" == true ]]; then
48-
image_tags=$image_tags,$ref_without_tag:v3
48+
# TODO: switch to v4 tag on GA
49+
image_tags=$image_tags,$ref_without_tag:v4-beta
4950
fi
5051
5152
echo "image_tags=${image_tags}" >> "$GITHUB_OUTPUT"

0 commit comments

Comments
 (0)