ams0/Azure Container Registry Build - Deprecated
Use ACR to build a container image
View on GitHubTrust Signals
- Scorecard Score
- Scorecard 2–4scored Jul 6, 2026
- Maintenance Recency
- Stalelast commit Nov 29, 2021
- License
- MIT
Pinned Snippet
uses: ams0/acr-task-github-action@bc2f02f4e97c4912d2b17fa7e35a1e2caa66ed09 # v2tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| service_principal | Service Principal with Contributor role on the ACR | yes | — |
| service_principal_password | Service Principal password | yes | — |
| tenant | Azure Container Registry tenant | yes | — |
| registry | The name of the ACR, minus the .azurecr.io | yes | — |
| repository | Repository to use | yes | — |
| git_access_token | Github access token for private repositories | yes | — |
| image | Docker image name | no | — |
| tag | Docker image tag, default to the commit SHA | no | — |
| branch | Branch to build from, defaults to master | no | — |
| folder | The folder in the Github repo that holds the source | yes | — |
| dockerfile | The location of the Dockerfile; defaults to ./Dockerfile | no | — |
| build_args | JSON specifying key=value pairs as as Docker build arguments | no | — |
Outputs
no outputs