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:
parent
323e18278a
commit
96132e1dcc
1
.github/workflows/push.yml
vendored
1
.github/workflows/push.yml
vendored
@ -10,6 +10,7 @@ on:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
continue-on-error: ${{ matrix.docker_from == 'alpine:edge' }}
|
||||
strategy:
|
||||
matrix:
|
||||
build_cmd:
|
||||
|
Loading…
Reference in New Issue
Block a user