redsockactions/RedSock/Releaser

Creates Docker image and pushes it to Dockerhub or Private registry

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
REGISTRY_URLURL Name of private Docker registry to push todocker.io
REGISTRY_USERRegistry useryes
REGISTRY_PWDRegistry tagyes
PLATFORMSPlatforms to build tolinux/amd64,linux/arm64
IMAGE_NAMEFinal image name""
DISABLE_CHECKOUTDisables checkout on startfalse
DRYRUNBuilds but doesn't push image to registryfalse
DOCKERFILEPath to the Dockerfile to buildDockerfile
TAG_LATESTAlso tag and push the image as :latesttrue
TAG_SUFFIXSuffix 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 neededbuild

no outputs