diff options
| author | tongzongzhen <[email protected]> | 2024-11-12 15:07:37 +0800 |
|---|---|---|
| committer | tongzongzhen <[email protected]> | 2024-11-12 15:07:37 +0800 |
| commit | 5fd6fa97643cdd5c1ea730f65d378d1487a93299 (patch) | |
| tree | bd135644c75e74fc15c2b079efec9baf334a758d | |
| parent | a156b5a56d45ee3491ff2f10766935e49c5e3b86 (diff) | |
set base image name as rocky9-x86_64rocky-x86_64
| -rw-r--r-- | .gitlab-ci.yml | 2 |
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 |
