summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortongzongzhen <[email protected]>2024-11-12 15:07:37 +0800
committertongzongzhen <[email protected]>2024-11-12 15:07:37 +0800
commit5fd6fa97643cdd5c1ea730f65d378d1487a93299 (patch)
treebd135644c75e74fc15c2b079efec9baf334a758d
parenta156b5a56d45ee3491ff2f10766935e49c5e3b86 (diff)
set base image name as rocky9-x86_64rocky-x86_64
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ecc35a4..6964fee 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,7 +1,7 @@
image: quay.io/containers/buildah
variables:
- ROCKY9_IMAGE: $CI_REGISTRY_IMAGE:rocky9-x86-64
+ ROCKY9_IMAGE: $CI_REGISTRY_IMAGE:rocky9-x86_64
before_script:
- buildah login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY