Skip to content

Commit

Permalink
.github/ci: Push docker only when test succeeds
Browse files Browse the repository at this point in the history
  • Loading branch information
roberth committed Nov 15, 2024
1 parent 2f3764a commit c9433c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c9433c0

Please sign in to comment.