Skip to content

Commit 96132e1

Browse files
committed
Prevent "alpine:edge" from failling the workflow
Alpine is releases a new version once a year. Therefore our workflow runs don't need to be marked as failed when run on alpine:edge
1 parent 323e182 commit 96132e1

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)