Skip to content

Commit

Permalink
chore: fix needs context for image workflow (argoproj#13072)
Browse files Browse the repository at this point in the history
Signed-off-by: Justin Marquis <34fathombelow@protonmail.com>
  • Loading branch information
34fathombelow authored and xiaowu.zhu committed Aug 9, 2023
1 parent 23bb4c8 commit 4c3fb81
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,9 @@ jobs:
ghcr_password: ${{ secrets.GITHUB_TOKEN }}

build-and-publish-provenance: # Push attestations to GHCR, latest image is polluting quay.io
needs: [build-and-publish]
needs:
- build-and-publish
- set-vars
permissions:
actions: read # for detecting the Github Actions environment.
id-token: write # for creating OIDC tokens for signing.
Expand Down

0 comments on commit 4c3fb81

Please sign in to comment.