For Azure, need the following variables/secrets:
- Registry URL (i.e.
https://<registryName>.azurecr.io) (secrets.AZ_ACR_URL)
- Admin Username (
secrets.AZ_ACR_USERNAME)
- Admin Password (
secrets.AZ_ACR_PASSWORD)
- Tags:
<registryName>.azurecr.io/${{ secrets.AZ_ACR_USERNAME }}/<repoName>:${{ github.sha }}
<registryName>.azurecr.io/${{ secrets.AZ_ACR_USERNAME }}/<repoName>:latest
Initialize workflow template:
docker.ymldocker.properties.json(name,description,iconName, andfilePatterns)^Dockerfile,^docker-compose.yml,^compose.yml, etc.docker.svgFor workflow, add following jobs:
DockerHub,GHCR,ACR,GCR)For Azure, need the following variables/secrets:
https://<registryName>.azurecr.io) (secrets.AZ_ACR_URL)secrets.AZ_ACR_USERNAME)secrets.AZ_ACR_PASSWORD)<registryName>.azurecr.io/${{ secrets.AZ_ACR_USERNAME }}/<repoName>:${{ github.sha }}<registryName>.azurecr.io/${{ secrets.AZ_ACR_USERNAME }}/<repoName>:latest