mirror of
https://github.com/docker/build-push-action.git
synced 2024-11-09 01:53:33 -05:00
Fix workflow
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
parent
5cec6ce786
commit
d0f7649930
1 changed files with 1 additions and 19 deletions
20
.github/workflows/setup-buildx-ci.yml
vendored
20
.github/workflows/setup-buildx-ci.yml
vendored
|
@ -63,25 +63,6 @@ jobs:
|
||||||
docker build --help
|
docker build --help
|
||||||
|
|
||||||
driver:
|
driver:
|
||||||
runs-on: ubuntu-latest
|
|
||||||
strategy:
|
|
||||||
fail-fast: false
|
|
||||||
matrix:
|
|
||||||
driver:
|
|
||||||
- docker-container
|
|
||||||
- docker
|
|
||||||
steps:
|
|
||||||
-
|
|
||||||
name: Checkout
|
|
||||||
uses: actions/checkout@v2.3.1
|
|
||||||
-
|
|
||||||
name: Set up Docker Buildx
|
|
||||||
id: buildx
|
|
||||||
uses: ./setup-buildx/
|
|
||||||
with:
|
|
||||||
driver: ${{ matrix.driver }}
|
|
||||||
|
|
||||||
driver-opt:
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
|
@ -98,6 +79,7 @@ jobs:
|
||||||
id: buildx
|
id: buildx
|
||||||
uses: ./setup-buildx/
|
uses: ./setup-buildx/
|
||||||
with:
|
with:
|
||||||
|
driver: docker-container
|
||||||
driver-opt: ${{ matrix.driver-opt }}
|
driver-opt: ${{ matrix.driver-opt }}
|
||||||
|
|
||||||
with-qemu:
|
with-qemu:
|
||||||
|
|
Loading…
Reference in a new issue