sclorg/Build and push images to registry

This GitHub Action builds a container image and pushes it to the specified registry.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
registryRegistry to push container image toyes
registry_namespaceNamespace of the registry, where the image would be pushedyes
image_nameHow the resulting image will be namedyes
registry_usernameLogin to specified registryyes
registry_tokenToken to access the specified registryyes
tagTag of the built imageno""
archsLabel the image with this architecture. For multiple architectures, seperate them by a commanoamd64
dockerfileDockerfile to build the image with a relative pathnoDockerfile
docker_contextDocker build contextno.
use_default_tagsTags built image with default tags - SHA, latest, current datenotrue
readmeIf path to readme is set, the readme is updated to the registry. Only quay.io is supported.no""
quay_application_tokenApplication token is used for updating description for imagesno""

no outputs