mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 15:22:38 -04:00
Build docker images during testing/packaging.
This commit is contained in:
parent
f93b90f87a
commit
90091c557d
1 changed files with 9 additions and 0 deletions
|
|
@ -1,4 +1,13 @@
|
|||
jobs:
|
||||
- job: docker_build
|
||||
pool:
|
||||
vmImage: ubuntu-18.04
|
||||
steps:
|
||||
- bash: |
|
||||
docker images
|
||||
tools/docker/build.sh nightly
|
||||
docker images
|
||||
displayName: Build the Docker images
|
||||
- job: installer_build
|
||||
pool:
|
||||
vmImage: vs2017-win2016
|
||||
|
|
|
|||
Loading…
Reference in a new issue