diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 053226e..bb90810 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -29,8 +29,8 @@ jobs: - name: Verify latest centos image is present run: | docker image ls | grep centos || true - docker pull centos:7 - docker pull centos/s2i-base-centos7 + docker pull quay.io/centos/centos:7 + docker pull quay.io/centos7/s2i-base-centos7:centos7 docker image ls | grep centos - name: Setup virtualenv and install cekit and required packages run: |