mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-27 09:25:49 +00:00
fix job order
This commit is contained in:
parent
3a324457bf
commit
6bb2b47f95
1 changed files with 1 additions and 0 deletions
1
.github/workflows/dev_pipeline.yml
vendored
1
.github/workflows/dev_pipeline.yml
vendored
|
@ -28,6 +28,7 @@ jobs:
|
||||||
path: staging
|
path: staging
|
||||||
package:
|
package:
|
||||||
name: Build Docker image and push to GitHub Packages
|
name: Build Docker image and push to GitHub Packages
|
||||||
|
needs: build
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
permissions:
|
permissions:
|
||||||
packages: write
|
packages: write
|
||||||
|
|
Loading…
Reference in a new issue