Skip to content

Commit 7bf4253

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 4985dc4 commit 7bf4253

19 files changed

Lines changed: 42 additions & 38 deletions

File tree

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

Lines changed: 2 additions & 2 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: 28518653656
6-
last_synced: 2026-07-01T12:55:05.115Z
5+
source_run_id: 28520234154
6+
last_synced: 2026-07-01T13:21:22.472Z
77
---
88

99
# Contributing

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

Lines changed: 6 additions & 2 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: 28518653656
7-
last_synced: 2026-07-01T12:55:05.115Z
6+
source_run_id: 28520234154
7+
last_synced: 2026-07-01T13:21:22.472Z
88
---
99

1010
<!-- header:start -->
@@ -142,6 +142,8 @@ permissions:
142142
secret-envs: ""
143143

144144
# Cache type. Set to `false` or empty to disable cache entirely.
145+
# For `gha`, cache restore remains enabled on untrusted default-branch-scoped triggers,
146+
# but cache export is skipped automatically because GitHub only grants read-only cache access there.
145147
# See https://docs.docker.com/build/cache/backends.
146148
#
147149
# Default: `gha`
@@ -212,6 +214,8 @@ permissions:
212214
| **`secret-envs`** | List of secret environment variables to expose to the build (e.g., `key=envname, MY_SECRET=MY_ENV_VAR`). | **false** | - |
213215
| | See [https://docs.docker.com/build/ci/github-actions/secrets/](https://docs.docker.com/build/ci/github-actions/secrets/). | | |
214216
| **`cache-type`** | Cache type. Set to `false` or empty to disable cache entirely. | **false** | `gha` |
217+
| | For `gha`, cache restore remains enabled on untrusted default-branch-scoped triggers, | | |
218+
| | but cache export is skipped automatically because GitHub only grants read-only cache access there. | | |
215219
| | See [https://docs.docker.com/build/cache/backends](https://docs.docker.com/build/cache/backends). | | |
216220
| **`buildkitd-config-inline`** | Inline BuildKit daemon configuration. | **false** | - |
217221
| | See [https://github.com/docker/setup-buildx-action#inputs](https://github.com/docker/setup-buildx-action#inputs). | | |

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

Lines changed: 2 additions & 2 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: 28518653656
7-
last_synced: 2026-07-01T12:55:05.115Z
6+
source_run_id: 28520234154
7+
last_synced: 2026-07-01T13:21:22.472Z
88
---
99

1010
<!-- header:start -->

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: 28518653656
7-
last_synced: 2026-07-01T12:55:05.115Z
6+
source_run_id: 28520234154
7+
last_synced: 2026-07-01T13:21:22.472Z
88
---
99

1010
<!-- header:start -->

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ title: Create Images Manifests
33
source_repo: hoverkraft-tech/ci-github-container
44
source_path: actions/docker/create-images-manifests/README.md
55
source_branch: main
6-
source_run_id: 28518653656
7-
last_synced: 2026-07-01T12:55:05.115Z
6+
source_run_id: 28520234154
7+
last_synced: 2026-07-01T13:21:22.472Z
88
---
99

1010
<!-- header:start -->

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ title: Get Image Metadata
33
source_repo: hoverkraft-tech/ci-github-container
44
source_path: actions/docker/get-image-metadata/README.md
55
source_branch: main
6-
source_run_id: 28518653656
7-
last_synced: 2026-07-01T12:55:05.115Z
6+
source_run_id: 28520234154
7+
last_synced: 2026-07-01T13:21:22.472Z
88
---
99

1010
<!-- header:start -->

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ title: Get Image Name
33
source_repo: hoverkraft-tech/ci-github-container
44
source_path: actions/docker/get-image-name/README.md
55
source_branch: main
6-
source_run_id: 28518653656
7-
last_synced: 2026-07-01T12:55:05.115Z
6+
source_run_id: 28520234154
7+
last_synced: 2026-07-01T13:21:22.472Z
88
---
99

1010
<!-- header:start -->

application/docs/projects/github-actions-and-reusable-workflows/ci-github-container/actions/docker/prune-pull-requests-image-tags/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ title: Prune Pull Requests Image Tags
33
source_repo: hoverkraft-tech/ci-github-container
44
source_path: actions/docker/prune-pull-requests-image-tags/README.md
55
source_branch: main
6-
source_run_id: 28518653656
7-
last_synced: 2026-07-01T12:55:05.115Z
6+
source_run_id: 28520234154
7+
last_synced: 2026-07-01T13:21:22.472Z
88
---
99

1010
<!-- header:start -->

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ title: Setup
33
source_repo: hoverkraft-tech/ci-github-container
44
source_path: actions/docker/setup/README.md
55
source_branch: main
6-
source_run_id: 28518653656
7-
last_synced: 2026-07-01T12:55:05.115Z
6+
source_run_id: 28520234154
7+
last_synced: 2026-07-01T13:21:22.472Z
88
---
99

1010
<!-- header:start -->

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ title: Sign Images
33
source_repo: hoverkraft-tech/ci-github-container
44
source_path: actions/docker/sign-images/README.md
55
source_branch: main
6-
source_run_id: 28518653656
7-
last_synced: 2026-07-01T12:55:05.115Z
6+
source_run_id: 28520234154
7+
last_synced: 2026-07-01T13:21:22.472Z
88
---
99

1010
<!-- header:start -->

0 commit comments

Comments
 (0)