Skip to content

Commit 35b546c

Browse files
committed
Add a tag and push!
1 parent faefce9 commit 35b546c

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/dogfood.yaml

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

37-
- run: nix build .#devEnvironmentDocker && ./result | docker load
37+
- run: nix build .#devEnvironmentDocker && ./result | docker load -q
38+
39+
- run: docker push codercom/oss-dogfood:testing
3840

3941
deploy_template:
4042
needs: deploy_image

flake.nix

+2-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@
6262
finalImageTag = "lunar";
6363
};
6464
dockerImage = pkgs.dockerTools.streamLayeredImage {
65-
name = "dev-environment";
65+
name = "codercom/dogfood-oss";
66+
tag = "testing";
6667
fromImage = baseImage;
6768
extraCommands = ''
6869
touch ./.wh.bin

0 commit comments

Comments
 (0)