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