diff --git a/.gitignore b/.gitignore index 9b42106..d53e06f 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ .direnv/ +result diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c424020..9e3af95 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,6 +12,6 @@ build: for img in vm-test; do nix build ".#${img}" podman load -i result - podman tag "${img}" $CI_REGISTRY/greg/ci-images/${img}:latest + podman tag "localhost/${img}:latest" $CI_REGISTRY/greg/ci-images/${img}:latest podman push "$CI_REGISTRY/greg/ci-images/${img}:latest" done diff --git a/flake.nix b/flake.nix index 78c8179..31c2953 100644 --- a/flake.nix +++ b/flake.nix @@ -24,6 +24,7 @@ packages = { vm-test = pkgs.dockerTools.buildLayeredImage { name = "vm-test"; + tag = "latest"; contents = with pkgs; [ bash curl