We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 738aace commit cf0ada2Copy full SHA for cf0ada2
.github/workflows/publish-webapp.yml
@@ -43,9 +43,10 @@ jobs:
43
ref_without_tag=ghcr.io/triggerdotdev/trigger.dev
44
image_tags=$ref_without_tag:${{ steps.get_tag.outputs.tag }}
45
46
- # if tag is a semver, also tag it as v3
+ # if tag is a semver, also tag it as v4
47
if [[ "${{ steps.get_tag.outputs.is_semver }}" == true ]]; then
48
- image_tags=$image_tags,$ref_without_tag:v3
+ # TODO: switch to v4 tag on GA
49
+ image_tags=$image_tags,$ref_without_tag:v4-beta
50
fi
51
52
echo "image_tags=${image_tags}" >> "$GITHUB_OUTPUT"
0 commit comments