Skip to content

Commit

Permalink
resolve: better id for step
Browse files Browse the repository at this point in the history
  • Loading branch information
lectrical committed Dec 27, 2024
1 parent 1c59c17 commit 9ceb333
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -374,8 +374,8 @@ jobs:
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and release Docker image
id: attestation
uses: docker/build-push-action@v6
id: build-push
with:
context: .
push: ${{ startsWith(github.ref, 'refs/tags/jq-') }}
Expand All @@ -388,7 +388,7 @@ jobs:
uses: actions/attest-build-provenance@v2
with:
subject-name: ghcr.io/${{ github.repository }}
subject-digest: ${{ steps.attestation.outputs.digest }}
subject-digest: ${{ steps.build-push.outputs.digest }}
push-to-registry: true

release:
Expand Down

0 comments on commit 9ceb333

Please sign in to comment.