Skip to content

Commit 5801326

Browse files
committed
delete tag
1 parent 5bcbe44 commit 5801326

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/docker-reproducible.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -115,13 +115,6 @@ jobs:
115115
rm -f lighthouse-*-${{ matrix.arch }}
116116
docker rmi lighthouse-verify-1-${{ matrix.arch }} || true
117117
118-
# Re-tag the second image for publishing (we verified it's identical to first)
119-
VERSION=${{ needs.extract-version.outputs.VERSION }}
120-
FINAL_TAG="${{ env.DOCKER_REPRODUCIBLE_IMAGE_NAME }}:${VERSION}-${{ matrix.arch }}"
121-
docker tag lighthouse-verify-2-${{ matrix.arch }} "$FINAL_TAG"
122-
123-
echo "Image ready for publishing: $FINAL_TAG"
124-
125118
- name: Log in to Docker Hub
126119
if: ${{ github.event_name != 'workflow_dispatch' }}
127120
uses: docker/login-action@v3

0 commit comments

Comments
 (0)