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
|`free_disk_space`| no |`true` to make space on GitHub runner before building image |
45
+
|`build_platforms_csv`| no | Target build platforms. Default: `linux/amd64,linux/arm64`<br>Example: `linux/arm64`|
46
+
|`extra_build_tag`| no | Use this custom tag **in addition** to auto-generated tags.<br>Useful with `workflow_dispatch` to override static tags like `dev`, `test`, or `unstable`. Example: `${{ github.event_name == 'workflow_dispatch' && github.event.inputs.my_tag \|\| '' }}`|
46
47
47
48
## Secrets
48
49
49
50
Depending on the `mode`, secret(s) may be required:
|`registry_username`| ✅, if registry requires authentication username | Username for the container registry. | Ignored for `ghcr.io` (uses `${{ github.actor }}`). |
57
+
|`registry_token`| ✅, if registry requires authentication | Token/password for the container registry. | Not needed for `ghcr.io` (defaults to `${{ secrets.GITHUB_TOKEN }}`), unless publishing to a third-party repository. |
0 commit comments