mirror of
https://github.com/wiiu-env/WiiUPluginSystem.git
synced 2024-11-13 06:15:11 +01:00
CI: Add missing "needs" for push image job
This commit is contained in:
parent
6da25ca33e
commit
a8376837a8
1
.github/workflows/push_image.yml
vendored
1
.github/workflows/push_image.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user