Skip to content

Commit

Permalink
Ensure that we use the correct docker registry (#478)
Browse files Browse the repository at this point in the history
  • Loading branch information
MTRNord authored Jul 18, 2024
1 parent 337d7c7 commit d334912
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-hub-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@ jobs:
uses: actions/attest-build-provenance@v1
id: attest
with:
subject-name: ${{ env.DOCKER_NAMESPACE }}/draupnir:develop
subject-name: index.docker.io/${{ env.DOCKER_NAMESPACE }}/draupnir:develop
subject-digest: ${{ steps.push.outputs.digest }}
push-to-registry: true
2 changes: 1 addition & 1 deletion .github/workflows/docker-hub-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,6 @@ jobs:
uses: actions/attest-build-provenance@v1
id: attest
with:
subject-name: ${{ env.DOCKER_NAMESPACE }}/draupnir:latest
subject-name: index.docker.io/${{ env.DOCKER_NAMESPACE }}/draupnir:latest
subject-digest: ${{ steps.push.outputs.digest }}
push-to-registry: true
2 changes: 1 addition & 1 deletion .github/workflows/docker-hub-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,6 @@ jobs:
uses: actions/attest-build-provenance@v1
id: attest
with:
subject-name: ${{ env.DOCKER_NAMESPACE }}/draupnir:${{ env.RELEASE_VERSION }}
subject-name: index.docker.io/${{ env.DOCKER_NAMESPACE }}/draupnir:${{ env.RELEASE_VERSION }}
subject-digest: ${{ steps.push.outputs.digest }}
push-to-registry: true

0 comments on commit d334912

Please sign in to comment.