We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0e91cf commit 996e0a6Copy full SHA for 996e0a6
environment_setup/docker-image-pipeline.yml
@@ -28,7 +28,7 @@ steps:
28
tags: |
29
${{format('build-{0}', '$(Build.BuildNumber)')}}
30
${{format('amlsdk-{0}', '$(amlsdkversion)')}}
31
- ${{format('release-{0}', '$(githubrelease)')}}
+ ${{format('release-{0}', '$(githubrelease)')}}
32
latest
33
buildContext: '$(Build.SourcesDirectory)'
34
dockerFile: '$(Build.SourcesDirectory)/environment_setup/Dockerfile'
0 commit comments