Skip to content

Commit

Permalink
Use quay instead of dockerhub to download deps
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-ortega committed Oct 4, 2024
1 parent 54f9667 commit 7cb4d43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 7cb4d43

Please sign in to comment.