Move images to here

This commit is contained in:
Greg Hellings
2025-11-25 22:42:47 -06:00
parent 8141c6443a
commit 7d3f505dff
9 changed files with 290 additions and 736 deletions
+5 -6
View File
@@ -3,17 +3,16 @@ stages:
build:
stage: build
image: "$CI_REGISTRY_IMAGE/img-builder:latest"
parallel:
matrix:
- IMG:
- vm-test
- sword-container-builder
- vm-test
- sword-container-builder
tags:
- nix
- podman
- kubernetes
script:
- podman login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
- nix build ".#${IMG}"
- podman load -i result
- podman tag "localhost/${IMG}:latest" $CI_REGISTRY/greg/ci-images/${IMG}:latest
- podman push "$CI_REGISTRY/greg/ci-images/${IMG}:latest"
- podman push "$CI_REGISTRY_IMAGE/${IMG}:latest"