actions-marketplace-validations/Azure Container Registry Build
Use ACR to build a container image
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
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