ams0/Azure Container Registry Build - Deprecated

Use ACR to build a container image

View on GitHub

Trust Signals

Scorecard Score
Scorecard 2–4scored Jul 6, 2026
Maintenance Recency
Stalelast commit Nov 29, 2021
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: ams0/acr-task-github-action@bc2f02f4e97c4912d2b17fa7e35a1e2caa66ed09 # v2

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
service_principalService Principal with Contributor role on the ACRyes
service_principal_passwordService Principal passwordyes
tenantAzure Container Registry tenantyes
registryThe name of the ACR, minus the .azurecr.ioyes
repositoryRepository to useyes
git_access_tokenGithub access token for private repositoriesyes
imageDocker image nameno
tagDocker image tag, default to the commit SHAno
branchBranch to build from, defaults to masterno
folderThe folder in the Github repo that holds the sourceyes
dockerfileThe location of the Dockerfile; defaults to ./Dockerfileno
build_argsJSON specifying key=value pairs as as Docker build argumentsno

no outputs