aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2020-11-27 13:46:09 +0100
committerGerd Hoffmann <kraxel@redhat.com>2020-12-16 14:04:20 +0100
commitd2fedff6bd544044edbf1d79c3d8c53767552eac (patch)
treeb8ebbbd3b263d725b6f4fa06ab6ae7b7550b9925
parentc4045ccb9a4509efb5a618012d30c28be252380e (diff)
downloadpodman-docker-builder-d2fedff6bd544044edbf1d79c3d8c53767552eac.tar.gz
use buildah 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 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