reinvented-stuff/Build and push Docker image
Builds a Docker image and pushes it into a registry
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| registry_address | Docker registry address | yes | — |
| registry_username | Username to authorise in registry | yes | — |
| registry_token | Token to authorise in registry | yes | — |
| name | Name of the Docker image (incl. repository, excl. version) | yes | — |
| build_args | Additional build arguments to pass to docker build command | no | "" |
| platform | Platform to set in the manifest | no | "" |
| target | Multi-stage build target | no | "" |
| working_directory | Where to execute the build | no | ./ |
| dockerfile | Where Dockerfile is located | no | Dockerfile |
| planned_version | Version to assign to the image | yes | — |
| default_branch | Default branch name that would not be added to version tag part | no | master |
| skip_branch_suffix | Overrides behaviour of "default_branch" parameter, forces to omit branch name in version tag | no | false |
| fail_on_error | Fail the pipeline on error | yes | false |
Outputs
| name | description |
|---|---|
| image_full_name | Full name of the pushed image |