Skip to content

Commit

Permalink
Merge pull request #2846 from openziti/dependabot/github_actions/all-…
Browse files Browse the repository at this point in the history
…30e2ddeddf

Bump actions/attest-build-provenance from 1 to 2 in the all group
  • Loading branch information
qrkourier authored Feb 26, 2025
2 parents 3a0df4f + 8225614 commit d545eb7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish-docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
push: true

- name: Publish Attestations to GitHub
uses: actions/attest-build-provenance@v1
uses: actions/attest-build-provenance@v2
with:
subject-name: ${{ env.REGISTRY }}/${{ env.ZITI_CLI_IMAGE }}
subject-digest: ${{ steps.push_cli.outputs.digest }}
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
push: true

- name: Publish Attestations to GitHub
uses: actions/attest-build-provenance@v1
uses: actions/attest-build-provenance@v2
with:
subject-name: ${{ env.REGISTRY }}/${{ env.ZITI_CONTROLLER_IMAGE }}
subject-digest: ${{ steps.push_ctrl.outputs.digest }}
Expand Down Expand Up @@ -141,7 +141,7 @@ jobs:
push: true

- name: Publish Attestations to GitHub
uses: actions/attest-build-provenance@v1
uses: actions/attest-build-provenance@v2
with:
subject-name: ${{ env.REGISTRY }}/${{ env.ZITI_ROUTER_IMAGE }}
subject-digest: ${{ steps.push_router.outputs.digest }}
Expand Down Expand Up @@ -174,7 +174,7 @@ jobs:
push: true

- name: Publish Attestations to GitHub
uses: actions/attest-build-provenance@v1
uses: actions/attest-build-provenance@v2
with:
subject-name: ${{ env.REGISTRY }}/${{ env.ZITI_TUNNEL_IMAGE }}
subject-digest: ${{ steps.push_tunnel.outputs.digest }}
Expand Down

0 comments on commit d545eb7

Please sign in to comment.