diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2022-02-17 14:40:23 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2022-02-17 14:40:23 +0100 |
commit | f288effe1bf67ca99c476c1cede94def272054ff (patch) | |
tree | 7ad890973bee3ba173643061ee9b17fbf228bdc0 | |
parent | 50e619ad754878b47921107f499ba16cd64c5a05 (diff) | |
download | podman-docker-builder-f288effe1bf67ca99c476c1cede94def272054ff.tar.gz |
switch to centos stream via quay.io #2
-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 db26d7f..66109fc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: docker.io/centos:8 +image: quay.io/centos/centos:stream8 stages: - build |