Skip to content

Commit 92ab421

Browse files
authored
Update main.yml
1 parent 2e8cc08 commit 92ab421

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
env
9999
- run: echo ${{ matrix.platform.os }} ${{matrix.platform.image}}
100100
- run: |
101-
if [ -z "${{ matrix.platform.image }}" ]; then
101+
if [ -n "${{ matrix.platform.image }}" ]; then
102102
docker login https://${{ env.foo }} -u ${{ github.actor }} -p ${{ github.token }}
103103
docker run ${{ env.foo }}/${{ matrix.platform.image }}:latest echo hi
104104
else

0 commit comments

Comments
 (0)