mirror of
https://github.com/NixOS/nix
synced 2025-06-24 22:11:15 +02:00
.github/ci: Push docker only when test succeeds
This commit is contained in:
parent
2f3764acbb
commit
c9433c0d18
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -128,7 +128,7 @@ jobs:
|
|||
- run: exec bash -c "nix-channel --update && nix-env -iA nixpkgs.hello && hello"
|
||||
|
||||
docker_push_image:
|
||||
needs: [check_secrets, tests]
|
||||
needs: [check_secrets, tests, vm_tests]
|
||||
permissions:
|
||||
contents: read
|
||||
packages: write
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue