aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2020-07-13 10:54:13 +0200
committerGerd Hoffmann <kraxel@redhat.com>2020-07-13 10:54:13 +0200
commit500167be46d965b50eba5d9214d88bdceac64c0a (patch)
tree2c0f2d70837cf978ce87dbce5edbee16e4db0b99
parentaf54db117a73f19e6fdcf87c93fba86428b6a7be (diff)
downloadpodman-docker-builder-500167be46d965b50eba5d9214d88bdceac64c0a.tar.gz
add & use podman-docker
-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