Skip to content

Commit

Permalink
fix part 3
Browse files Browse the repository at this point in the history
  • Loading branch information
Moonded committed Aug 4, 2024
1 parent cca3461 commit 9faff8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
id: meta
uses: docker/metadata-action@9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7
with:
images: moonded/lizzyfuzzy
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME}}

- name: Build and push Docker image
id: push
Expand All @@ -52,6 +52,6 @@ jobs:
- name: Generate artifact attestation
uses: actions/attest-build-provenance@v1
with:
subject-name: ${{ env.REGISTRY }}/lizzyfuzzy
subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME}}
subject-digest: ${{ steps.push.outputs.digest }}
push-to-registry: true

0 comments on commit 9faff8f

Please sign in to comment.