Update docker_bazel.yml

This commit is contained in:
Mizux
2020-09-07 20:03:26 +02:00
committed by GitHub
parent a042fb2cae
commit 963f5b9f7b

View File

@@ -8,9 +8,9 @@ jobs:
continue-on-error: ${{ matrix.allow_failure }}
strategy:
fail-fast: false
allow_failure: false
matrix:
distro: [alpine, archlinux, centos, debian, fedora, opensuse, ubuntu]
allow_failure: [false]
env:
DISTRO: ${{ matrix.distro }}
steps: