We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92ab421 commit 09d00c3Copy full SHA for 09d00c3
.github/workflows/main.yml
@@ -97,9 +97,11 @@ jobs:
97
- run: |
98
env
99
- run: echo ${{ matrix.platform.os }} ${{matrix.platform.image}}
100
- - run: |
+ - name: Build and test
101
+ run: |
102
if [ -n "${{ matrix.platform.image }}" ]; then
103
docker login https://${{ env.foo }} -u ${{ github.actor }} -p ${{ github.token }}
104
+ docker pull ${{ env.foo }}/${{ env.platform.image }}:latest
105
docker run ${{ env.foo }}/${{ matrix.platform.image }}:latest echo hi
106
else
107
mkdir build && cd build
0 commit comments