Skip to content

Commit 799564a

Browse files
monotekclaude
andcommitted
docs: document missing action inputs in README
The Inputs table was missing four inputs declared in action.yml: docker-build-outputs and the upwind-client-id / upwind-organization-id / upwind-client-secret trio. Add them so the table matches action.yml. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent a8e5a8b commit 799564a

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@ annotations, exactly as before.
164164
| `docker-build-target` | Sets the target stage to build like: "runtime" | |
165165
| `docker-build-platforms` | Sets the target platforms for build | linux/amd64 |
166166
| `docker-build-provenance` | Generate [provenance](https://docs.docker.com/build/attestations/slsa-provenance/) attestation for the build | `false` |
167+
| `docker-build-outputs` | Custom output destinations (e.g. `type=registry,push=true,compression=zstd,force-compression=true`). When set, this replaces the default push behavior — include `push=true` if pushing is desired | |
167168
| `docker-disable-retagging` | Disables retagging of existing images and run a new build instead | `false` |
168169
| `gitops-organization` | GitHub Organization for GitOps | `Staffbase` |
169170
| `gitops-repository` | GitHub Repository for GitOps | `mops` |
@@ -173,6 +174,9 @@ annotations, exactly as before.
173174
| `gitops-dev` | Files which should be updated by the GitHub Action for DEV, must be relative to the root of the GitOps repository. Each line is `<path> <field>`; omit `<field>` (path only) to write annotations without touching the image — see [Annotate-only mode](#annotate-only-mode-flux-image-automation) | |
174175
| `gitops-stage` | Files which should be updated by the GitHub Action for STAGE, must be relative to the root of the GitOps repository. Each line is `<path> <field>`; omit `<field>` (path only) for [annotate-only mode](#annotate-only-mode-flux-image-automation) | |
175176
| `gitops-prod` | Files which should be updated by the GitHub Action for PROD, must be relative to the root of the GitOps repository. Each line is `<path> <field>`; omit `<field>` (path only) for [annotate-only mode](#annotate-only-mode-flux-image-automation) | |
177+
| `upwind-client-id` | Upwind Client ID | |
178+
| `upwind-organization-id` | Upwind Organization ID | |
179+
| `upwind-client-secret` | Upwind Client Secret | |
176180
| `working-directory` | The directory in which the GitOps action should be executed. The docker-file variable should be relative to working directory. | `.` |
177181

178182
## Outputs

0 commit comments

Comments
 (0)