mirror of
https://github.com/girlbossceo/conduwuit.git
synced 2025-03-14 18:55:37 +00:00
ci: require docker publishing to pass tests
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
4c2999ccd1
commit
5b6279b1c5
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -733,7 +733,7 @@ jobs:
|
|||
docker:
|
||||
name: Docker publish
|
||||
runs-on: ubuntu-24.04
|
||||
needs: [build, variables]
|
||||
needs: [build, variables, tests]
|
||||
permissions:
|
||||
packages: write
|
||||
contents: read
|
||||
|
|
Loading…
Add table
Reference in a new issue