aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2020-11-27 14:23:37 +0100
committerGerd Hoffmann <kraxel@redhat.com>2020-12-16 14:04:20 +0100
commitc3a8f2070e727851c50cffac91d20352d4ed8699 (patch)
treec7323ecd04a72c52696ab9c8a8acc399f03c236c
parent66ecdc267a866a6cd693b1fe5120773f96e0f9a3 (diff)
downloadpodman-docker-builder-c3a8f2070e727851c50cffac91d20352d4ed8699.tar.gz
s/docker/podman/
-rw-r--r--.gitlab-ci.yml12
1 files changed, 6 insertions, 6 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a4ed274..0c3bc9b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -11,18 +11,18 @@ aarch64:
script:
- ./configure-mirror
- ./configure-podman
- - docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY
- - docker build --tag $CI_REGISTRY_IMAGE:aarch64 .
- - docker push $CI_REGISTRY_IMAGE:aarch64
+ - podman login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY
+ - podman build --tag $CI_REGISTRY_IMAGE:aarch64 .
+ - podman push $CI_REGISTRY_IMAGE:aarch64
x86_64:
stage: build
script:
- ./configure-mirror
- ./configure-podman
- - docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY
- - docker build --tag $CI_REGISTRY_IMAGE:x86_64 .
- - docker push $CI_REGISTRY_IMAGE:x86_64
+ - podman login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY
+ - podman build --tag $CI_REGISTRY_IMAGE:x86_64 .
+ - podman push $CI_REGISTRY_IMAGE:x86_64
manifest:
stage: manifest