Skip to content

Commit

Permalink
Fix missing variable during docker image push
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaslorentz committed Apr 19, 2022
1 parent 9d46d94 commit 49a1204
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ jobs:
- bash: |
./build-images-linux.sh
displayName: 'Build images'
env:
DOCKER_PASSWORD: '$(DOCKER_PASSWORD)'
- job: Build_Images_Windows
dependsOn: Build_Binaries
Expand All @@ -57,3 +59,5 @@ jobs:
- bash: |
./build-images-windows.sh
displayName: 'Build images'
env:
DOCKER_PASSWORD: '$(DOCKER_PASSWORD)'

0 comments on commit 49a1204

Please sign in to comment.