diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2020-11-27 09:53:27 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2020-11-27 09:53:27 +0100 |
commit | 88fec37b4ef7aa9f5de52193b059b365cb7cef64 (patch) | |
tree | f9e5b93ffc7a26378ab5ba0b0de0130db7ef29a6 | |
parent | 520249feb8746577fe252b82fa494c8339c9c7c0 (diff) | |
download | podman-docker-builder-88fec37b4ef7aa9f5de52193b059b365cb7cef64.tar.gz |
use centos registry, ci too
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e4cbad5..68f78c9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: centos:8 +image: registry.centos.org/centos:8 stages: - build |