mirror of
https://github.com/docker/setup-buildx-action.git
synced 2025-06-23 19:37:59 +02:00
driver-opt as array of inputs (renamed driver-opts)
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -107,7 +107,7 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
driver-opt:
|
||||
driver-opts:
|
||||
- image=moby/buildkit:latest
|
||||
- image=moby/buildkit:master
|
||||
steps:
|
||||
@ -119,7 +119,7 @@ jobs:
|
||||
uses: ./
|
||||
with:
|
||||
driver: docker-container
|
||||
driver-opt: ${{ matrix.driver-opt }}
|
||||
driver-opts: ${{ matrix.driver-opt }}
|
||||
|
||||
docker-driver:
|
||||
runs-on: ubuntu-latest
|
||||
|
Reference in New Issue
Block a user