You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: application/docs/projects/github-actions-and-reusable-workflows/ci-github-container/actions/docker/build-image/index.md
+17-17Lines changed: 17 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,8 +3,8 @@ title: Build Image
3
3
source_repo: hoverkraft-tech/ci-github-container
4
4
source_path: actions/docker/build-image/README.md
5
5
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
8
8
---
9
9
10
10
<!-- header:start -->
@@ -141,7 +141,7 @@ permissions:
141
141
# See https://docs.docker.com/build/ci/github-actions/secrets/.
142
142
secret-envs: ""
143
143
144
-
# Cache type.
144
+
# Cache type. Set to `false` or empty to disable cache entirely.
145
145
# See https://docs.docker.com/build/cache/backends.
146
146
#
147
147
# Default: `gha`
@@ -184,37 +184,37 @@ permissions:
184
184
| | Accepts either a single username string (default format) or a JSON object using the same keys as `oci-registry`. | | |
| | 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). | | |
188
188
| **`oci-registry-password`** | Password or personal access token configuration used to log against OCI registries. | **true** | `${{ github.token }}` |
189
189
| | Accepts either a single password/token string (default format) or a JSON object using the same keys as `oci-registry`. | | |
Copy file name to clipboardExpand all lines: application/docs/projects/github-actions-and-reusable-workflows/ci-github-container/actions/docker/clean-images/index.md
Copy file name to clipboardExpand all lines: application/docs/projects/github-actions-and-reusable-workflows/ci-github-container/actions/docker/cleanup-builder/index.md
0 commit comments