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

View File

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