We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 165fc27 commit 3b22e3eCopy full SHA for 3b22e3e
.github/workflows/pr-tests.yaml
@@ -146,7 +146,7 @@ jobs:
146
run: |
147
kubectl wait --for condition=ready pod/trow-test-0 --timeout=300s
148
- name: Pull proxied image from trow
149
- run: docker pull ${{ steps.get-ip.outputs.ip }}:30000/f/docker.io/test/nginx:alpine
+ run: podman pull --tls-verify=false ${{ steps.get-ip.outputs.ip }}:30000/f/docker.io/nginx:alpine
150
- if: always()
151
name: Export pod logs
152
run: .github/workflows/config/export-pod-logs.sh
0 commit comments