Skip to content

Commit c058bcc

Browse files
committed
Build and push
1 parent 43d8174 commit c058bcc

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/dogfood.yaml

+1-3
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,7 @@ jobs:
3434
github_access_token: ${{ secrets.GITHUB_TOKEN }}
3535
nix_path: nixpkgs=channel:nixos-unstable
3636

37-
- run: nix build .#devEnvironmentDocker && ./result | docker load -q
38-
39-
- run: docker push codercom/oss-dogfood:testing
37+
- run: nix build .#devEnvironmentDocker && ./result | skopeo --insecure-policy copy docker-archive:/dev/stdin docker://codercom/oss-dogfood:testing
4038

4139
deploy_template:
4240
needs: deploy_image

0 commit comments

Comments
 (0)