tignis/Docker Build and Push

Build and optionally push a docker image to ACR

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
imagesName of images to buildyes
acr-usernameUsername to use when logging into ACRyes
acr-passwordPassword to use when logging into ACRyes
acr-registry-urlThe url of the ACR registry to fetch credentials from. This should matchup with the image names.notignis.azurecr.io
pip-extra-index-urlThe PIP_EXTRA_INDEX_URL to include as a secret in the docker build. Required to pull private pip packages.no""
uv-index-urlThe UV index URL to include as a secret in the docker build. Required for UV-based builds with private packages.no""
pushAlso push the image to the remote repositorynotrue
docker-build-contextBuild context for docker if not the current directoryno.
dockerfileName of the docker file to usenoDockerfile
platformsComma separated list of platforms to use for docker buildnolinux/amd64,linux/arm64
tag-prefixPrefix to add to generated docker tagno""
GITHUB_TOKENGithub token of the repository (automatically created by Github)no${{ github.token }}
depot-tokenDepot token for authentication (optional, enables Depot builds)no""
depot-projectDepot project ID (optional, required if using Depot)no""
targetTarget build stage (optional, for multi-stage builds)no""
namedescription
tagTag used for the docker image