Skip to content

Commit afe3e10

Browse files
author
dannysteinbrecher
committed
fix: remove git tag creation for frontend release in CI pipeline
1 parent fa491d9 commit afe3e10

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/frontend-build-and-push.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -97,10 +97,6 @@ jobs:
9797
FRONTEND_VERSION="frontend-v$NEW_VERSION"
9898
echo "Creating release tag: $FRONTEND_VERSION"
9999
100-
# Create and push git tag for frontend release
101-
git tag "$FRONTEND_VERSION"
102-
git push origin "$FRONTEND_VERSION"
103-
104100
# Tag the existing image with the frontend-prefixed semantic version
105101
docker pull ${{ env.FRONTEND_IMAGE }}:${{ env.SHORT_SHA }}
106102
docker tag ${{ env.FRONTEND_IMAGE }}:${{ env.SHORT_SHA }} ${{ env.FRONTEND_IMAGE }}:$FRONTEND_VERSION

0 commit comments

Comments
 (0)