aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2020-11-27 14:00:40 +0100
committerGerd Hoffmann <kraxel@redhat.com>2020-12-16 14:04:20 +0100
commit66ecdc267a866a6cd693b1fe5120773f96e0f9a3 (patch)
treea44ecf6c927a1f4331b9d3879f41aead64700bc8
parentd2fedff6bd544044edbf1d79c3d8c53767552eac (diff)
downloadpodman-docker-builder-66ecdc267a866a6cd693b1fe5120773f96e0f9a3.tar.gz
no docker:// for login
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2802a10..a4ed274 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -29,7 +29,7 @@ manifest:
script:
- ./configure-mirror
- ./configure-podman
- - buildah login -u gitlab-ci-token -p $CI_JOB_TOKEN docker://$CI_REGISTRY
+ - buildah login -u gitlab-ci-token -p $CI_JOB_TOKEN $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