We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d58363 commit 3d7539dCopy full SHA for 3d7539d
.github/workflows/dogfood.yaml
@@ -34,7 +34,7 @@ jobs:
34
github_access_token: ${{ secrets.GITHUB_TOKEN }}
35
nix_path: nixpkgs=channel:nixos-unstable
36
37
- - run: nix build .#devEnvironmentDocker | ./result
+ - run: nix build .#devEnvironmentDocker | ./result | docker load
38
39
deploy_template:
40
needs: deploy_image
0 commit comments