Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
run: echo "digest=$(cat backend/build/jib-image.digest)" >> "$GITHUB_OUTPUT"

- name: Attest
uses: actions/attest-build-provenance@v3
uses: actions/attest-build-provenance@v4
id: attestGitHub
with:
subject-name: ghcr.io/hfhbd/composetodo
Expand All @@ -81,7 +81,7 @@ jobs:
id: googleDockerDigest
run: echo "digest=$(cat backend/build/jib-image.digest)" >> "$GITHUB_OUTPUT"
# - name: Attest
# uses: actions/attest-build-provenance@v3
# uses: actions/attest-build-provenance@v4
# id: attestGoogle
# with:
# subject-name: europe-west4-docker.pkg.dev/${{ secrets.PROJECT_ID }}/composetodo-repo/${{ env.service_name }}
Expand Down
Loading