Skip to content

Commit ed141c8

Browse files
authored
Merge pull request #399 from tobiasge/prevent-edge-from-failing
Prevent "alpine:edge" from failling the workflow
2 parents 4d8d02e + 96132e1 commit ed141c8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010

1111
jobs:
1212
build:
13+
continue-on-error: ${{ matrix.docker_from == 'alpine:edge' }}
1314
strategy:
1415
matrix:
1516
build_cmd:

0 commit comments

Comments
 (0)