mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 15:22:38 -04:00
build all arch in Azure
This commit is contained in:
parent
4d950170e5
commit
aa78f3b40e
1 changed files with 1 additions and 1 deletions
|
|
@ -81,7 +81,7 @@ stages:
|
|||
# Certbot organization on Docker Hub.
|
||||
containerRegistry: docker-hub
|
||||
displayName: Login to Docker Hub
|
||||
- bash: tools/docker/build.sh ${{ parameters.dockerTag }}
|
||||
- bash: tools/docker/build.sh ${{ parameters.dockerTag }} all
|
||||
displayName: Build the Docker images
|
||||
- bash: tools/docker/deploy.sh ${{ parameters.dockerTag }}
|
||||
displayName: Deploy the Docker images
|
||||
|
|
|
|||
Loading…
Reference in a new issue