Skip to content

Commit

Permalink
re-add gate to run attestation on push
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Urson <[email protected]>
  • Loading branch information
notdurson committed Dec 19, 2024
1 parent d1361cd commit 5cf546e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/atlantis-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ jobs:
outputs: type=image,name=target,annotation-index.org.opencontainers.image.description=${{ fromJSON(steps.meta.outputs.json).labels['org.opencontainers.image.description'] }}

- name: "Sign and Attest Image"
if: env.PUSH == 'true'
uses: actions/attest-build-provenance@7668571508540a607bdfd90a87a560489fe372eb # v2.1.0
with:
subject-digest: ${{ steps.build.outputs.digest }}
Expand Down

0 comments on commit 5cf546e

Please sign in to comment.