Skip to content

Commit

Permalink
Fix duplicate step id (#956)
Browse files Browse the repository at this point in the history
Fix step id
  • Loading branch information
hfhbd authored May 5, 2024
1 parent 79da2a4 commit ac54bb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
run: echo "::set-output name=digest::$(cat backend/build/jib-image.digest)"
- name: Attest
uses: actions/attest-build-provenance@v1
id: attest
id: attestGitHub
with:
subject-name: ghcr.io/hfhbd/composetodo
subject-digest: ${{ steps.githubDockerDigest.outputs.digest }}
Expand All @@ -75,7 +75,7 @@ jobs:
run: echo "::set-output name=digest::$(cat backend/build/jib-image.digest)"
- name: Attest
uses: actions/attest-build-provenance@v1
id: attest
id: attestGoogle
with:
subject-name: europe-west4-docker.pkg.dev/${{ secrets.PROJECT_ID }}/composetodo-repo/$service_name
subject-digest: ${{ steps.googleDockerDigest.outputs.digest }}
Expand Down

0 comments on commit ac54bb9

Please sign in to comment.