redsockactions/RedSock/Releaser
Creates Docker image and pushes it to Dockerhub or Private registry
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| REGISTRY_URL | URL Name of private Docker registry to push to | — | docker.io |
| REGISTRY_USER | Registry user | yes | — |
| REGISTRY_PWD | Registry tag | yes | — |
| PLATFORMS | Platforms to build to | — | linux/amd64,linux/arm64 |
| IMAGE_NAME | Final image name | — | "" |
| DISABLE_CHECKOUT | Disables checkout on start | — | false |
| DRYRUN | Builds but doesn't push image to registry | — | false |
| DOCKERFILE | Path to the Dockerfile to build | — | Dockerfile |
| TAG_LATEST | Also tag and push the image as :latest | — | true |
| TAG_SUFFIX | Suffix appended to both the version and latest tags (e.g. '-omnibus' to store a variant image in the same repo) | — | "" |
| MODE | 'build' builds and pushes an image. 'promote' skips the build and copies the already-pushed :$VERSION$TAG_SUFFIX manifest to :latest$TAG_SUFFIX via 'docker buildx imagetools create' -- no rebuild, no checkout needed | — | build |
Outputs
no outputs