Validate must come after build, idiot.
This commit is contained in:
parent
972dd2162e
commit
39514914ad
1 changed files with 2 additions and 0 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -38,6 +38,8 @@ jobs:
|
|||
checks: write
|
||||
validate-container:
|
||||
name: Validate
|
||||
needs:
|
||||
- build-container
|
||||
uses: ./.github/workflows/docker.validate.yml
|
||||
secrets: inherit
|
||||
permissions:
|
||||
|
|
Loading…
Reference in a new issue