aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci.yml')
-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