Move images to here
This commit is contained in:
+5
-6
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user