aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2020-08-19 10:35:29 +0200
committerGerd Hoffmann <kraxel@redhat.com>2020-08-19 10:35:29 +0200
commit9f283fd1bbfcdeb2a53ca79cdd343f2726bcc2ee (patch)
tree6516547b75cc567a2bd4dd38bacbbba4b4e3ed1e /.gitlab-ci.yml
parente99fccf4c741025bf6353b96635ad9690e250bf7 (diff)
downloadpodman-docker-builder-9f283fd1bbfcdeb2a53ca79cdd343f2726bcc2ee.tar.gz
mirror tweaks
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e2a6202..e4cbad5 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -6,6 +6,7 @@ stages:
Build:
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:latest .