From 669068a902c3551666ebc4479475e33046e3de11 Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Tue, 16 Apr 2024 12:42:55 -0500 Subject: [PATCH] Skip the port number --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 97008c7..e17b8b8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,7 +9,7 @@ variables: PACKER_CACHE_DIR: ./cache/ default: - image: $CI_REGISTRY/greg/ci-images/vm-test:latest + image: registry.thehellings.com/greg/ci-images/vm-test:latest generate: stage: generate