From 4c3fb81f9641e4f0e9a0800b673e01be58ce5364 Mon Sep 17 00:00:00 2001 From: Justin Marquis <34fathombelow@protonmail.com> Date: Fri, 31 Mar 2023 10:56:17 -0700 Subject: [PATCH] chore: fix needs context for image workflow (#13072) Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> --- .github/workflows/image.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/image.yaml b/.github/workflows/image.yaml index 9e0a03762414d..1754bf747935b 100644 --- a/.github/workflows/image.yaml +++ b/.github/workflows/image.yaml @@ -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.