Skip to content

Commit c184266

Browse files
committed
put image to podman to test gateway
1 parent b29e6d5 commit c184266

File tree

1 file changed

+1
-0
lines changed
  • .github/actions/skupper-integration-tests

1 file changed

+1
-0
lines changed

.github/actions/skupper-integration-tests/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ runs:
6161
docker tag "${{ inputs.qdrouterdImage }}" localhost:32000/skupper-router:registry
6262
timeout 5m bash -c 'until nc -z localhost 32000; do sleep 1; done' || :
6363
docker push localhost:32000/skupper-router:registry
64+
podman pull --tls-verify=false localhost:32000/skupper-router:registry
6465
shell: bash
6566

6667
- name: Checkout Skupper

0 commit comments

Comments
 (0)