Skip to content

Commit 5f8502e

Browse files
committed
exclude docker-compose windows test
1 parent 56ca79f commit 5f8502e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,12 @@ jobs:
7070
build_command: 'docker pull hello-world',
7171
},
7272
],
73+
exclude: [
74+
{
75+
inspect_image: 'test_project_scratch',
76+
os: 'windows-latest',
77+
},
78+
],
7379
}
7480
7581
outputs:

0 commit comments

Comments
 (0)