Require order of jobs
This commit is contained in:
parent
f41ce2820c
commit
e6726dd537
1 changed files with 1 additions and 0 deletions
1
.github/workflows/build_base_dev.yaml
vendored
1
.github/workflows/build_base_dev.yaml
vendored
|
|
@ -79,5 +79,6 @@ jobs:
|
||||||
cache-from: type=local,src=/tmp/.buildx-cache
|
cache-from: type=local,src=/tmp/.buildx-cache
|
||||||
cache-to: type=local,dest=/tmp/.buildx-cache-new
|
cache-to: type=local,dest=/tmp/.buildx-cache-new
|
||||||
bundle:
|
bundle:
|
||||||
|
needs: docker
|
||||||
uses: ./.github/workflows/build_bundle_dev.yaml
|
uses: ./.github/workflows/build_bundle_dev.yaml
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue