Use predictable tags
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user