aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c5ba61a..6b12a86 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -8,6 +8,6 @@ Build:
script:
- dnf install -y podman buildah
- ./configure-podman
- - podman login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY
- - podman build --tag $CI_REGISTRY_IMAGE:latest .
- - podman push $CI_REGISTRY_IMAGE:latest
+ - docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY
+ - docker build --tag $CI_REGISTRY_IMAGE:latest .
+ - docker push $CI_REGISTRY_IMAGE:latest