1
0
Fork 0
mirror of https://github.com/docker/setup-buildx-action.git synced 2025-04-25 09:26:37 +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:
CrazyMax 2020-09-03 16:23:15 +02:00
parent f96a630d38
commit d479e0f33a
No known key found for this signature in database
GPG key ID: 3248E46B6BB8C7F7
8 changed files with 239 additions and 57 deletions

View file

@ -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