studgart/Build and Push to Azure Registry
Build and push a Docker image to Azure Container Registry using Service Principal
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| azure-registry | Azure Container Registry | yes | — |
| build-args | A list of arguments to pass to the build | no | — |
| client-id | Azure Service Principal Client ID | no | "" |
| client-secret | Azure Service Principal Client Secret | no | "" |
| creds | Azure JSON Service Principal Credentials | no | — |
| context | The build context to use | no | . |
| dockerfile | The Dockerfile to use | no | Dockerfile |
| image-name | The name of the image to build | no | app |
| platform | The platform to build the image for | no | linux/amd64 |
| push | Whether to push the image to the registry | no | false |
| subscription-id | Azure Subscription ID | no | "" |
| tag | A tag for the image | no | latest |
| tenant-id | Azure Service Principal Tenant ID | no | "" |
Outputs
no outputs