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 fa491d9 commit afe3e10Copy full SHA for afe3e10
.github/workflows/frontend-build-and-push.yaml
@@ -97,10 +97,6 @@ jobs:
97
FRONTEND_VERSION="frontend-v$NEW_VERSION"
98
echo "Creating release tag: $FRONTEND_VERSION"
99
100
- # Create and push git tag for frontend release
101
- git tag "$FRONTEND_VERSION"
102
- git push origin "$FRONTEND_VERSION"
103
-
104
# Tag the existing image with the frontend-prefixed semantic version
105
docker pull ${{ env.FRONTEND_IMAGE }}:${{ env.SHORT_SHA }}
106
docker tag ${{ env.FRONTEND_IMAGE }}:${{ env.SHORT_SHA }} ${{ env.FRONTEND_IMAGE }}:$FRONTEND_VERSION
0 commit comments