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
This commit is contained in:
Tobias Genannt 2021-01-20 09:57:30 +01:00
parent 323e18278a
commit 96132e1dcc
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ on:
jobs:
build:
continue-on-error: ${{ matrix.docker_from == 'alpine:edge' }}
strategy:
matrix:
build_cmd: