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 b29e6d5 commit c184266Copy full SHA for c184266
.github/actions/skupper-integration-tests/action.yml
@@ -61,6 +61,7 @@ runs:
61
docker tag "${{ inputs.qdrouterdImage }}" localhost:32000/skupper-router:registry
62
timeout 5m bash -c 'until nc -z localhost 32000; do sleep 1; done' || :
63
docker push localhost:32000/skupper-router:registry
64
+ podman pull --tls-verify=false localhost:32000/skupper-router:registry
65
shell: bash
66
67
- name: Checkout Skupper
0 commit comments