tbxark/Build and Publish Docker Image
Build and publish a Docker image to a Docker registry with optional backup registry support
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| version | The version to tag the Docker image with | no | latest |
| docker_registry | The Docker registry to push the image to | yes | — |
| docker_username | The username for the Docker registry | yes | — |
| docker_password | The password for the Docker registry | yes | — |
| backup_registry | The backup Docker registry to push the image to | no | — |
| backup_username | The username for the backup Docker registry | no | — |
| backup_password | The password for the backup Docker registry | no | — |
| backup_remove_username | Whether to remove the username when pushing to the backup registry | no | true |
| checkout_submodules | Submodule checkout mode passed to actions/checkout | no | recursive |
| checkout_fetch_depth | Fetch depth passed to actions/checkout | no | 0 |
Outputs
no outputs