Use new image by default

This commit is contained in:
Greg Hellings
2024-04-16 12:25:03 -05:00
parent d14ae1a609
commit 146be6b129
+3 -2
View File
@@ -8,6 +8,9 @@ variables:
PACKER_CONFIG_DIR: ./packer_config/ PACKER_CONFIG_DIR: ./packer_config/
PACKER_CACHE_DIR: ./cache/ PACKER_CACHE_DIR: ./cache/
default:
image: $CI_REGISTRY_DIRECT/greg/ci-images/vm-test:latest
generate: generate:
stage: generate stage: generate
cache: cache:
@@ -24,7 +27,6 @@ generate:
distros: distros:
stage: generate stage: generate
image: $CI_REGISTRY_DIRECT/greg/ci-images/fedora:latest
artifacts: artifacts:
reports: reports:
dotenv: build.env dotenv: build.env
@@ -64,7 +66,6 @@ shellcheck:
# could get to them # could get to them
downloads: downloads:
stage: cache stage: cache
image: $CI_REGISTRY_DIRECT/greg/ci-images/fedora:latest
cache: cache:
- key: isofiles - key: isofiles
paths: paths: