Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
harishsurf committed Aug 9, 2024
1 parent 1aaf2cc commit 249fbeb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ jobs:
run: ./mirror-registry upgrade -u jonathan -r /home/jonathan/quay-install -H quay -v --initPassword password -k /home/runner/.ssh/id_rsa

- name: Pull already pushed busybox image from quay registry
run: podman pull quay:8443/init/busybox:latest
run: podman pull quay:8443/init/busybox:latest --tls-verify=false

- name: Verify busybox image is pulled successfully
run: podman images | grep -q quay:8443/init/busybox:latest
Expand Down Expand Up @@ -359,7 +359,7 @@ jobs:
run: ssh jonathan@quay './mirror-registry upgrade -u jonathan -r /home/jonathan/quay-install -H quay -v --initPassword password -k /home/runner/.ssh/id_rsa'

- name: Pull already pushed busybox image from quay registry
run: ssh jonathan@quay 'podman pull quay:8443/init/busybox:latest'
run: ssh jonathan@quay 'podman pull quay:8443/init/busybox:latest --tls-verify=false'

- name: Verify busybox image was pulled successfully
run: ssh jonathan@quay 'podman images | grep -q quay:8443/init/busybox:latest'
Expand Down

0 comments on commit 249fbeb

Please sign in to comment.