Skip to content

Commit

Permalink
Merge pull request #82 from WASdev/usequay
Browse files Browse the repository at this point in the history
Use quay instead of dockerhub to download deps
  • Loading branch information
kevin-ortega authored Oct 4, 2024
2 parents 54f9667 + 7cb4d43 commit 775b32c
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 775b32c

Please sign in to comment.