Skip to content

Commit 3b36870

Browse files
committed
add back tag
1 parent 5801326 commit 3b36870

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/docker-reproducible.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,11 @@ 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+
118123
- name: Log in to Docker Hub
119124
if: ${{ github.event_name != 'workflow_dispatch' }}
120125
uses: docker/login-action@v3

0 commit comments

Comments
 (0)