change variable syntax

This commit is contained in:
Brad Warren 2020-08-12 16:56:48 -07:00
parent c2c3a9873a
commit ae7aef9db5

View file

@ -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.