diff options
-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 e747f16..2802a10 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -29,7 +29,7 @@ manifest: script: - ./configure-mirror - ./configure-podman - - docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY + - buildah login -u gitlab-ci-token -p $CI_JOB_TOKEN docker://$CI_REGISTRY - buildah manifest create manifest - buildah manifest add manifest docker://$CI_REGISTRY_IMAGE:aarch64 - buildah manifest add manifest docker://$CI_REGISTRY_IMAGE:x86_64 |