outoforbitdev/action-docker-publish
Automatically release a new version on GitHub
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| docker-username | The username for the docker account used to publish | yes | — |
| docker-token | The token for the docker account used to publish | yes | — |
| image-name | The name (repository) of the image being published | yes | — |
| image-tag | The tag of the image being published | yes | — |
| dry-run | Flag for whether to actually publish the image | no | false |
| publish-latest | Flag for whether to publish the image with the 'latest' flag | no | false |
| dockerfile-path | Path to the directory with the Dockerfile | no | . |
| build-args | List of build args in the form 'ARG_ONE=value,ARG_TWO=value | no | "" |
| platforms | Comma-delimited list of target platforms | no | linux/amd64,linux/arm64/v8,linux/arm/v7 |
Outputs
| name | description |
|---|---|
| tag | The tag that was published |
| sha-tag | The sha-specific tag that was published |