Skip to content

Commit

Permalink
chore: change name of output image
Browse files Browse the repository at this point in the history
  • Loading branch information
echozio committed Aug 22, 2023
1 parent 289e7b6 commit ba94a6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
pkgs = pkgsFor.${system};
in {
default = pkgs.dockerTools.buildImage {
name = "europe-west3-docker.pkg.dev/stafftastic/images/webapp-base-image";
name = "webapp-base-image";
copyToRoot = pkgs.buildEnv {
name = "webapp-base";
paths = with pkgs; [
Expand Down

0 comments on commit ba94a6b

Please sign in to comment.