paritytech/Build

Builds a Docker image and optionally pushes it to registry

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
push_to_registryWhether to push the image to registry ('true' or 'false' as string)yesfalse
registry_userRegistry username (if push_to_registry is 'true')no
registry_passwordRegistry password (if push_to_registry is 'true')no
registry_urlRegistry urlnoregistry.parity.io/parity-internal/
image_nameImage nameno${{ github.event.repository.name }}
image_tagsImage tags, space separatedno${{ github.ref_type == 'tag' && github.ref_name || github.sha }}
dockerfile_pathDockerfile pathno./Dockerfile
build_argsBuild argumentsnoVCS_REF=${{ github.sha }} BUILD_DATE=$(date -u '+%Y-%m-%dT%H:%M:%SZ')
extra_argsExtra Buildah Argsno
contextBuild contextno.
namedescription
tagThe tag of the built image