Skip to content

Commit

Permalink
Update docker-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dmirgaleev authored Oct 4, 2024
1 parent 6b8cc8a commit 0a9c307
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
id: meta
uses: docker/metadata-action@v5
with:
images: ${{ env.DOCKER_REGISTRY }}/${{ env.DOCKER_HUB }}/${{ matrix.target.name }}
images: ${{ env.DOCKER_REGISTRY }}/bakingbad/${{ matrix.target.name }}
tags: ${{ env.DOCKER_TAGS }}

- name: Build And Push Image
Expand All @@ -78,7 +78,7 @@ jobs:
- name: Generate artifact attestation
uses: actions/attest-build-provenance@v1
with:
subject-name: ${{ env.DOCKER_REGISTRY }}/${{ env.DOCKER_HUB }}/${{ matrix.target.name }}
subject-name: ${{ env.DOCKER_REGISTRY }}/bakingbad/${{ matrix.target.name }}
subject-digest: ${{ steps.push.outputs.digest }}
push-to-registry: true

0 comments on commit 0a9c307

Please sign in to comment.