Skip to content

Commit

Permalink
Pull from quay.io
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-ortega committed Oct 3, 2024
1 parent e40136c commit 24f2e57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,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 required system packages
run: |
Expand Down

0 comments on commit 24f2e57

Please sign in to comment.