Skip to content

Commit d51460a

Browse files
docs(hoverkraft-tech/ci-github-container): update documentation
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 4328c61 commit d51460a

21 files changed

Lines changed: 230 additions & 230 deletions

File tree

application/docs/projects/github-actions-and-reusable-workflows/ci-github-container/CONTRIBUTING.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
source_repo: hoverkraft-tech/ci-github-container
33
source_path: CONTRIBUTING.md
44
source_branch: main
5-
source_run_id: 27414074625
6-
last_synced: 2026-06-12T12:03:44.895Z
5+
source_run_id: 28464638836
6+
last_synced: 2026-06-30T17:55:19.125Z
77
---
88

99
# Contributing
@@ -17,11 +17,11 @@ Please note we have a code of conduct, please follow it in all your interactions
1717

1818
1. Ensure any install or build dependencies are removed before the end of the layer when doing a
1919
build.
20-
2. Update the README.md with details of changes to the interface, this includes new environment
20+
1. Update the README.md with details of changes to the interface, this includes new environment
2121
variables, exposed ports, useful file locations and container parameters.
22-
3. Increase the version numbers in any examples files and the README.md to the new version that this
22+
1. Increase the version numbers in any examples files and the README.md to the new version that this
2323
Pull Request would represent. The versioning scheme we use is [SemVer](http://semver.org/).
24-
4. You may merge the Pull Request in once you have the sign-off of two other developers, or if you
24+
1. You may merge the Pull Request in once you have the sign-off of two other developers, or if you
2525
do not have permission to do that, you may request the second reviewer to merge it for you.
2626

2727
## Code of Conduct

application/docs/projects/github-actions-and-reusable-workflows/ci-github-container/actions/docker/build-image/index.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ title: Build Image
33
source_repo: hoverkraft-tech/ci-github-container
44
source_path: actions/docker/build-image/README.md
55
source_branch: main
6-
source_run_id: 27414074625
7-
last_synced: 2026-06-12T12:03:44.895Z
6+
source_run_id: 28464638836
7+
last_synced: 2026-06-30T17:55:19.125Z
88
---
99

1010
<!-- header:start -->
@@ -141,7 +141,7 @@ permissions:
141141
# See https://docs.docker.com/build/ci/github-actions/secrets/.
142142
secret-envs: ""
143143

144-
# Cache type.
144+
# Cache type. Set to `false` or empty to disable cache entirely.
145145
# See https://docs.docker.com/build/cache/backends.
146146
#
147147
# Default: `gha`
@@ -184,37 +184,37 @@ permissions:
184184
| | Accepts either a single username string (default format) or a JSON object using the same keys as `oci-registry`. | | |
185185
| | JSON example: | | |
186186
| | `{"pull:private":"$\{{ github.repository_owner }}","push":"$\{{ github.repository_owner }}"}` | | |
187-
| | See [https://github.com/docker/login-action#usage](https://github.com/docker/login-action#usage). | | |
187+
| | See [https://github.com/docker/login-action#usage](https://github.com/docker/login-action#usage). | | |
188188
| **`oci-registry-password`** | Password or personal access token configuration used to log against OCI registries. | **true** | `${{ github.token }}` |
189189
| | Accepts either a single password/token string (default format) or a JSON object using the same keys as `oci-registry`. | | |
190190
| | JSON example: `{"pull:private":"$\{{ github.token }}","push":"$\{{ github.token }}"}` | | |
191191
| | Can be passed in using `secrets.GITHUB_TOKEN`. | | |
192-
| | See [https://github.com/docker/login-action#usage](https://github.com/docker/login-action#usage). | | |
192+
| | See [https://github.com/docker/login-action#usage](https://github.com/docker/login-action#usage). | | |
193193
| **`repository`** | Repository name. | **false** | `${{ github.repository }}` |
194194
| | Example: `my-org/my-repo`. | | |
195-
| | See [Docker get-image-metadata action](../get-image-metadata/index.md). | | |
195+
| | See [Docker get-image-metadata action](../get-image-metadata/index.md). | | |
196196
| **`image`** | Additional image name. | **false** | - |
197197
| | Example: `application`. | | |
198-
| | See [Docker get-image-metadata action](../get-image-metadata/index.md). | | |
198+
| | See [Docker get-image-metadata action](../get-image-metadata/index.md). | | |
199199
| **`tag`** | Force image tag to publish | **false** | - |
200200
| **`platform`** | Platform to build for. Example: `linux/amd64`. | **true** | - |
201-
| | See [https://github.com/docker/build-push-action#inputs](https://github.com/docker/build-push-action#inputs). | | |
201+
| | See [https://github.com/docker/build-push-action#inputs](https://github.com/docker/build-push-action#inputs). | | |
202202
| **`context`** | Build's context is the set of files located in the specified PATH or URL. | **false** | `.` |
203-
| | See [https://github.com/docker/build-push-action#inputs](https://github.com/docker/build-push-action#inputs). | | |
203+
| | See [https://github.com/docker/build-push-action#inputs](https://github.com/docker/build-push-action#inputs). | | |
204204
| **`dockerfile`** | Location of Dockerfile (defaults to Dockerfile). | **false** | `Dockerfile` |
205-
| | See [https://github.com/docker/build-push-action#inputs](https://github.com/docker/build-push-action#inputs). | | |
205+
| | See [https://github.com/docker/build-push-action#inputs](https://github.com/docker/build-push-action#inputs). | | |
206206
| **`build-args`** | List of build-time variables. | **false** | - |
207-
| | See [https://github.com/docker/build-push-action#inputs](https://github.com/docker/build-push-action#inputs). | | |
207+
| | See [https://github.com/docker/build-push-action#inputs](https://github.com/docker/build-push-action#inputs). | | |
208208
| **`target`** | Sets the target stage to build. | **false** | - |
209-
| | See [https://github.com/docker/build-push-action#inputs](https://github.com/docker/build-push-action#inputs). | | |
209+
| | See [https://github.com/docker/build-push-action#inputs](https://github.com/docker/build-push-action#inputs). | | |
210210
| **`secrets`** | List of secrets to expose to the build. | **false** | - |
211-
| | See [https://docs.docker.com/build/ci/github-actions/secrets/](https://docs.docker.com/build/ci/github-actions/secrets/). | | |
211+
| | See [https://docs.docker.com/build/ci/github-actions/secrets/](https://docs.docker.com/build/ci/github-actions/secrets/). | | |
212212
| **`secret-envs`** | List of secret environment variables to expose to the build (e.g., `key=envname, MY_SECRET=MY_ENV_VAR`). | **false** | - |
213-
| | See [https://docs.docker.com/build/ci/github-actions/secrets/](https://docs.docker.com/build/ci/github-actions/secrets/). | | |
214-
| **`cache-type`** | Cache type. | **false** | `gha` |
215-
| | See [https://docs.docker.com/build/cache/backends](https://docs.docker.com/build/cache/backends). | | |
213+
| | See [https://docs.docker.com/build/ci/github-actions/secrets/](https://docs.docker.com/build/ci/github-actions/secrets/). | | |
214+
| **`cache-type`** | Cache type. Set to `false` or empty to disable cache entirely. | **false** | `gha` |
215+
| | See [https://docs.docker.com/build/cache/backends](https://docs.docker.com/build/cache/backends). | | |
216216
| **`buildkitd-config-inline`** | Inline BuildKit daemon configuration. | **false** | - |
217-
| | See [https://github.com/docker/setup-buildx-action#inputs](https://github.com/docker/setup-buildx-action#inputs). | | |
217+
| | See [https://github.com/docker/setup-buildx-action#inputs](https://github.com/docker/setup-buildx-action#inputs). | | |
218218
| | Example for insecure registry: | | |
219219
| | <!-- textlint-disable --><pre lang="ini">[registry."my-registry.local:5000"]&#13; http = true&#13; insecure = true</pre><!-- textlint-enable --> | | |
220220
| **`multi-platform`** | Whether this build participates in a multi-platform image publication. | **false** | `false` |

application/docs/projects/github-actions-and-reusable-workflows/ci-github-container/actions/docker/clean-images/index.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ title: Clean Images
33
source_repo: hoverkraft-tech/ci-github-container
44
source_path: actions/docker/clean-images/README.md
55
source_branch: main
6-
source_run_id: 27414074625
7-
last_synced: 2026-06-12T12:03:44.895Z
6+
source_run_id: 28464638836
7+
last_synced: 2026-06-30T17:55:19.125Z
88
---
99

1010
<!-- header:start -->
@@ -82,13 +82,13 @@ permissions:
8282
8383
## Inputs
8484
85-
| **Input** | **Description** | **Required** | **Default** |
86-
| ------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------ | --------------------- |
87-
| **`package`** | Comma-separated list of packages to cleanup. | **true** | - |
88-
| | Example: "application-1,application-2" | | |
89-
| **`tags`** | Comma-separated list of tags to delete (supports wildcard syntax). | **true** | - |
90-
| | Example: `pr-*,dev` | | |
91-
| **`github-token`** | GitHub token with the packages:write and packages:delete scopes. | **false** | `${{ github.token }}` |
85+
| **Input** | **Description** | **Required** | **Default** |
86+
| ------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------ | --------------------- |
87+
| **`package`** | Comma-separated list of packages to cleanup. | **true** | - |
88+
| | Example: "application-1,application-2" | | |
89+
| **`tags`** | Comma-separated list of tags to delete (supports wildcard syntax). | **true** | - |
90+
| | Example: `pr-*,dev` | | |
91+
| **`github-token`** | GitHub token with the packages:write and packages:delete scopes. | **false** | `${{ github.token }}` |
9292
| | See [https://docs.github.com/en/packages/learn-github-packages/about-permissions-for-github-packages#about-scopes-and-permissions-for-package-registries](https://docs.github.com/en/packages/learn-github-packages/about-permissions-for-github-packages#about-scopes-and-permissions-for-package-registries). | | |
9393

9494
<!-- inputs:end -->

application/docs/projects/github-actions-and-reusable-workflows/ci-github-container/actions/docker/cleanup-builder/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ title: Cleanup Builder
33
source_repo: hoverkraft-tech/ci-github-container
44
source_path: actions/docker/cleanup-builder/README.md
55
source_branch: main
6-
source_run_id: 27414074625
7-
last_synced: 2026-06-12T12:03:44.895Z
6+
source_run_id: 28464638836
7+
last_synced: 2026-06-30T17:55:19.125Z
88
---
99

1010
<!-- header:start -->

0 commit comments

Comments
 (0)