mirror of
https://github.com/sysadminsmedia/homebox.git
synced 2025-12-21 13:23:14 +01:00
fix: broken docker.io attestation
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
2
.github/workflows/docker-publish.yaml
vendored
2
.github/workflows/docker-publish.yaml
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user