Fix workflow

This commit is contained in:
CrazyMax
2020-10-08 00:58:59 +02:00
parent b4558d20ea
commit 6a0cc62397
2 changed files with 6 additions and 2 deletions

View File

@@ -41,9 +41,9 @@ jobs:
uses: ./
with:
builder: ${{ steps.buildx.outputs.name }}
bake-files: |
files: |
./test/config.hcl
bake-targets: |
targets: |
${{ matrix.target }}
push: false # set to true when https://github.com/docker/buildx/issues/179 is fixed
-

View File

@@ -16,6 +16,10 @@ inputs:
targets:
description: "List of bake targets"
required: false
no-cache:
description: "Do not use cache when building the image"
required: false
default: 'false'
pull:
description: "Always attempt to pull a newer version of the image"
required: false