You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 28, 2022. It is now read-only.
description: "So that an image can be assigned by name, a unique name must be assigned."
required: true
image_tag:
default: 'latest'
description: "Each image should have a tag for unique identification."
build_args:
description: "Docker build arguments in format `KEY=VALUE,KEY=VALUE`."
registry:
default: 'registry.hub.docker.com'
description: "URL of a Docker compatible registry for pushing a Docker image."
registry_username:
required: true
description: "Registry Username"
registry_password:
required: true
description: |
Registry Password. This should be stored in a Secret on Github.
See https://help.github.com/en/github/automating-your-workflow-with-github-actions/virtual-environments-for-github-actions#creating-and-using-secrets-encrypted-variables.
dockerfile:
default: 'dockerfile'
description: "Storage location of the Docker file."