From d7c01e755acd2f0f10aea4bd3d5975c7e4b34b99 Mon Sep 17 00:00:00 2001 From: Alex Pyrgiotis Date: Mon, 10 Mar 2025 18:42:24 +0200 Subject: [PATCH] FIXUP: Add comment for needs: prepare --- .github/workflows/build-push-image.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-push-image.yml b/.github/workflows/build-push-image.yml index b51ebef..cbf034f 100644 --- a/.github/workflows/build-push-image.yml +++ b/.github/workflows/build-push-image.yml @@ -131,7 +131,7 @@ jobs: merge: runs-on: ubuntu-latest needs: - - prepare + - prepare # implied by build, but required here to access image params - build outputs: digest_root: ${{ steps.image.outputs.digest_root }} @@ -192,7 +192,7 @@ jobs: # the container registry. provenance: needs: - - prepare + - prepare # implied by merge, but required here to access image params - merge strategy: matrix: @@ -216,7 +216,7 @@ jobs: check-reproducibility: if: ${{ inputs.reproduce }} needs: - - prepare + - prepare # implied by merge, but required here to access image params - merge runs-on: ${{ matrix.platform.runs-on }} strategy: