elgohr/Microsoft Azure Container Registry Login
Logs into ACR and provides Docker credentials
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| service_principal | The ACR service principal to use for login | yes | — |
| service_principal_password | The password of the service principal | yes | — |
| tenant | The ACR tenant to use for login | yes | — |
| registry | The ACR registry to use | yes | — |
| repository | The ACR repository to use | yes | — |
Outputs
| name | description |
|---|---|
| username | The username for logging in |
| password | The password for logging in |