dgmjr-actions/Build and Push Docker to ACR
Build a Dockerfile and upload the resulting image to an Azure Container Registry.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| dockerfile | Path to the Dockerfile | yes | ./Dockerfile |
| context | Context for building the Docker image | yes | . |
| image_name | Name of the Docker image | yes | — |
| acr_login_server | Azure Container Registry login server | yes | — |
| acr_username | Azure Service Principal or ACR username | yes | — |
| acr_password | Azure Service Principal password or ACR password | yes | — |
| tag | The tag with which to tag the image | no | ${{ github.sha }} |
Outputs
no outputs