From a8376837a89b33a3893ebc3301f8338fda7f7bbb Mon Sep 17 00:00:00 2001 From: Maschell Date: Thu, 16 Mar 2023 12:51:41 +0100 Subject: [PATCH] CI: Add missing "needs" for push image job --- .github/workflows/push_image.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/push_image.yml b/.github/workflows/push_image.yml index e775040..c2d25cd 100644 --- a/.github/workflows/push_image.yml +++ b/.github/workflows/push_image.yml @@ -44,6 +44,7 @@ jobs: docker run --rm -v ${PWD}:/project builder make build-and-push-image: runs-on: ubuntu-latest + needs: [build-lib, build-examples] permissions: contents: read packages: write