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
| **`oci-registry-password`** | Password or GitHub token (`packages:read` and `packages:write` scopes) configuration used to log against OCI registries. | **true** |
205
-
| | Accepts a single password/token or a JSON object keyed by registry hostname, with optional `default`. | |
208
+
| | Accepts a single password/token or a JSON object using the same keys as `oci-registry`. | |
206
209
| | See <https://github.com/docker/login-action#usage>. | |
207
210
| **`build-secrets`** | List of secrets to expose to the build. | **false** |
208
211
| | See <https://docs.docker.com/build/ci/github-actions/secrets/>. | |
@@ -228,15 +231,16 @@ To configure distinct pull, push and cache registries, pass JSON objects:
| **`oci-registry`** | OCI registry configuration used to pull, push and cache images. | **true** | `ghcr.io` |
147
-
| | Accepts a single registry hostname or a JSON object with `default`, `pull`, `push` and `cache` keys. | | |
151
+
| | Accepts a single registry hostname or a JSON object with `pull`, `pull:<name>`, `push` and `cache` keys. | | |
148
152
| **`oci-registry-username`** | Username configuration used to log against OCI registries. | **true** | `${{ github.repository_owner }}` |
149
-
| | Accepts a single username or a JSON object keyed by registry hostname, with optional `default`. | | |
153
+
| | Accepts a single username or a JSON object using the same keys as `oci-registry`. | | |
150
154
| | See <https://github.com/docker/login-action#usage>. | | |
151
155
| **`oci-registry-password`** | Password or personal access token configuration used to log against OCI registries. | **true** | `${{ github.token }}` |
152
-
| | Accepts a single password/token or a JSON object keyed by registry hostname, with optional `default`. | | |
156
+
| | Accepts a single password/token or a JSON object using the same keys as `oci-registry`. | | |
153
157
| | Can be passed in using `secrets.GITHUB_TOKEN`. | | |
154
158
| | See <https://github.com/docker/login-action#usage>. | | |
0 commit comments