CI: Add missing "needs" for push image job

This commit is contained in:
Maschell 2023-03-16 12:51:41 +01:00
parent 6da25ca33e
commit a8376837a8

View File

@ -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