diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6bae8a7..dd5efde 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 - diff --git a/action.yml b/action.yml index b82ab96..99c7e5c 100644 --- a/action.yml +++ b/action.yml @@ -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