mirror of
https://git.flexiblyrigid.au/actions/bake-action.git
synced 2025-12-06 07:48:05 +08:00
Fix workflow
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -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
|
||||
-
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user