mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 23:32:06 -04:00
change variable syntax
This commit is contained in:
parent
c2c3a9873a
commit
ae7aef9db5
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ jobs:
|
|||
pool:
|
||||
vmImage: ubuntu-18.04
|
||||
steps:
|
||||
- bash: tools/docker/build.sh ${{ variables.dockerTag }}
|
||||
- bash: tools/docker/build.sh $(dockerTag)
|
||||
displayName: Build the Docker images
|
||||
# We don't filter for the Docker Hub organization to continue to allow
|
||||
# easy testing of these scripts on forks.
|
||||
|
|
|
|||
Loading…
Reference in a new issue