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) used to log against the OCI registry. | **true** |
199
-
| | See <https://github.com/docker/login-action#usage>. | |
200
-
| **`build-secrets`** | List of secrets to expose to the build. | **false** |
201
-
| | See <https://docs.docker.com/build/ci/github-actions/secrets/>. | |
202
-
| **`build-secret-github-app-key`** | GitHub App private key to generate GitHub token to be passed as build secret env. | **false** |
203
-
| | See <https://github.com/actions/create-github-app-token>. | |
| **`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`. | |
206
+
| | See <https://github.com/docker/login-action#usage>. | |
207
+
| **`build-secrets`** | List of secrets to expose to the build. | **false** |
208
+
| | See <https://docs.docker.com/build/ci/github-actions/secrets/>. | |
209
+
| **`build-secret-github-app-key`** | GitHub App private key to generate GitHub token to be passed as build secret env. | **false** |
210
+
| | See <https://github.com/actions/create-github-app-token>. | |
0 commit comments