Skip to content

Commit

Permalink
Merge pull request #81 from WASdev/newjava
Browse files Browse the repository at this point in the history
Pull from quay.io
  • Loading branch information
kevin-ortega authored Oct 3, 2024
2 parents ac14757 + 24f2e57 commit 54f9667
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 54f9667

Please sign in to comment.