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`** | OCI registry where to pull and push images | **true** | `ghcr.io` |
106
-
| **`oci-registry-username`** | Username used to log against the OCI registry. See <https://github.com/docker/login-action#usage>. | **true** | `$\{\{ github.repository_owner }}` |
107
-
| **`oci-registry-password`** | Password or personal access token used to log against the OCI registry. | **true** | `$\{\{ github.token }}` |
108
-
| | Can be passed in using `secrets.GITHUB_TOKEN`. | | |
109
-
| | See <https://github.com/docker/login-action#usage>. | | |
| **`oci-registry`** | OCI registry where to pull and push images | **true** | `ghcr.io` |
106
+
| **`oci-registry-username`** | Username used to log against the OCI registry. See <https://github.com/docker/login-action#usage>. | **true** | `${{ github.repository_owner }}` |
107
+
| **`oci-registry-password`** | Password or personal access token used to log against the OCI registry. | **true** | `${{ github.token }}` |
108
+
| | Can be passed in using `secrets.GITHUB_TOKEN`. | | |
109
+
| | See <https://github.com/docker/login-action#usage>. | | |
0 commit comments