fix: broken docker.io attestation

This commit is contained in:
Matthew Kilgore
2025-12-11 22:24:11 -05:00
parent 14b0d51894
commit 540028a22e
3 changed files with 3 additions and 3 deletions

View File

@@ -243,6 +243,6 @@ jobs:
uses: actions/attest-build-provenance@v1 uses: actions/attest-build-provenance@v1
if: (github.event_name == 'schedule' || startsWith(github.ref, 'refs/tags/')) if: (github.event_name == 'schedule' || startsWith(github.ref, 'refs/tags/'))
with: with:
subject-name: ${{ env.DOCKERHUB_REPO }} subject-name: docker.io/${{ env.DOCKERHUB_REPO }}
subject-digest: ${{ steps.push-dockerhub.outputs.digest }} subject-digest: ${{ steps.push-dockerhub.outputs.digest }}
push-to-registry: true push-to-registry: true

View File

@@ -245,6 +245,6 @@ jobs:
uses: actions/attest-build-provenance@v1 uses: actions/attest-build-provenance@v1
if: (github.event_name == 'schedule' || startsWith(github.ref, 'refs/tags/')) if: (github.event_name == 'schedule' || startsWith(github.ref, 'refs/tags/'))
with: with:
subject-name: ${{ env.DOCKERHUB_REPO }} subject-name: docker.io/${{ env.DOCKERHUB_REPO }}
subject-digest: ${{ steps.push-dockerhub.outputs.digest }} subject-digest: ${{ steps.push-dockerhub.outputs.digest }}
push-to-registry: true push-to-registry: true

View File

@@ -236,6 +236,6 @@ jobs:
uses: actions/attest-build-provenance@v1 uses: actions/attest-build-provenance@v1
if: (github.event_name == 'schedule' || startsWith(github.ref, 'refs/tags/')) if: (github.event_name == 'schedule' || startsWith(github.ref, 'refs/tags/'))
with: with:
subject-name: ${{ env.DOCKERHUB_REPO }} subject-name: docker.io/${{ env.DOCKERHUB_REPO }}
subject-digest: ${{ steps.push-dockerhub.outputs.digest }} subject-digest: ${{ steps.push-dockerhub.outputs.digest }}
push-to-registry: true push-to-registry: true