Skip to content

Commit 3b22e3e

Browse files
committed
helm test: pull using podman
1 parent 165fc27 commit 3b22e3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ jobs:
146146
run: |
147147
kubectl wait --for condition=ready pod/trow-test-0 --timeout=300s
148148
- name: Pull proxied image from trow
149-
run: docker pull ${{ steps.get-ip.outputs.ip }}:30000/f/docker.io/test/nginx:alpine
149+
run: podman pull --tls-verify=false ${{ steps.get-ip.outputs.ip }}:30000/f/docker.io/nginx:alpine
150150
- if: always()
151151
name: Export pod logs
152152
run: .github/workflows/config/export-pod-logs.sh

0 commit comments

Comments
 (0)