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 d8d0db1 commit 30a6be4Copy full SHA for 30a6be4
.github/workflows/main.yml
@@ -104,7 +104,9 @@ jobs:
104
path: /tmp/docker-image
105
- run: docker load --input /tmp/docker-image/docker_image-${{ env.PLATFORM_PAIR }}.tar
106
- run: docker image ls -a
107
- - run: ./tests.sh "${DOCKER_IMAGE}:${{ env.PLATFORM_PAIR }}"
+ - uses: WyriHaximus/github-action-testinfra@initial-set-up
108
+ with:
109
+ image: ${{ env.DOCKER_IMAGE }}:${{ env.PLATFORM_PAIR }}
110
push-image:
111
if: (github.event_name == 'push' || github.event_name == 'schedule') && github.ref == 'refs/heads/main'
112
name: Push
0 commit comments