Drone plugins > Azure container Registry
The ACR plugin can be used to build and publish images to the Azure ECR registry.
Example
kind: pipeline
name: default
steps:
- name: docker
image: plugins/acr
settings:
service_principal_client_id: kevinbacon
service_principal_client_secret: pa55word
repo: foo/bar
Properties
registry
stringoptionalauthenticates to this registry
Default: azurecr.io
service_principal_client_id
stringoptionalauthenticates with this username
Default: none
service_principal_client_secret
stringoptionalauthenticates with this password
Secret recommendedDefault: none
repo
stringoptionalrepository name for the image
Default: none