Merge pull request #335 from meator/patch-1
Some checks failed
test / test (push) Failing after 21s
validate / prepare (push) Failing after 29s
validate / validate (push) Has been skipped
ci / bake (default) (push) Failing after 40s
ci / bake (release) (push) Failing after 41s
ci / error-msg (push) Successful in 35s
ci / error-check (push) Failing after 31s
ci / standalone (push) Failing after 21s
ci / remote (push) Failing after 38s
ci / provenance () (push) Failing after 20s
ci / provenance (builder-id=foo) (push) Failing after 21s
ci / provenance (false) (push) Failing after 23s
ci / provenance (mode=max) (push) Failing after 21s
ci / provenance (true) (push) Failing after 20s
ci / sbom (/tmp/bake-build, binary) (push) Failing after 39s
ci / sbom (type=image,name=localhost:5000/name/app:latest,push=true, image) (push) Failing after 39s
ci / set (push) Successful in 2m13s
ci / group (push) Failing after 39s
ci / docker-config-malformed (push) Successful in 52s
ci / proxy-docker-config (push) Failing after 1m11s
ci / proxy-buildkitd (push) Failing after 38s
ci / git-context (push) Failing after 20s
ci / git-context-and-local (push) Failing after 25s
ci / multi-output (push) Failing after 39s
ci / load-and-push (push) Failing after 38s
ci / summary-disable (push) Failing after 20s
ci / summary-disable-deprecated (push) Failing after 21s
ci / summary-not-supported (push) Failing after 21s
ci / record-upload-disable (push) Failing after 21s
ci / record-retention-days (0) (push) Failing after 20s
ci / record-retention-days (2) (push) Failing after 20s
ci / export-legacy (false) (push) Failing after 21s
ci / export-legacy (true) (push) Failing after 20s
ci / checks (edge) (push) Failing after 20s
ci / checks (v0.14.1) (push) Failing after 21s
ci / annotations-disabled (push) Failing after 21s
ci / allow (edge) (push) Failing after 20s
ci / allow (v0.17.1) (push) Failing after 20s
ci / allow (v0.18.0) (push) Failing after 20s
ci / allow (v0.19.0) (push) Failing after 21s
ci / no-default-attestations (push) Successful in 44s
ci-subaction / list-targets-group (push) Failing after 20s
ci-subaction / list-targets-group-matrix (push) Failing after 20s
ci-subaction / list-targets-multi-files (push) Failing after 20s

README.md: fix link
This commit is contained in:
CrazyMax
2025-07-25 12:25:38 +02:00
committed by GitHub

View File

@@ -200,7 +200,7 @@ The following inputs can be used as `step.with` keys
| Name | Type | Description |
|----------------|-------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| `builder` | String | Builder instance (see [setup-buildx](https://github.com/docker/setup-buildx-action) action) |
| `source` | String | Context to build from. Can be either local (`.`) or a [remote bake definition](https://docs.docker.com/build/customize/bake/file-definition/#remote-definition) |
| `source` | String | Context to build from. Can be either local (`.`) or a [remote bake definition](https://docs.docker.com/build/bake/remote-definition/) |
| `allow` | List/CSV | Allow build to access specified resources (e.g., `network.host`) |
| `files` | List/CSV | List of [bake definition files](https://docs.docker.com/build/customize/bake/file-definition/) |
| `workdir` | String | Working directory of execution |