Skip to content
This repository has been archived by the owner on Feb 13, 2024. It is now read-only.

Commit

Permalink
fix docker image name (#232)
Browse files Browse the repository at this point in the history
Signed-off-by: Frank Bernhardt <[email protected]>
  • Loading branch information
frank-bee authored Nov 3, 2020
1 parent ff9bae8 commit 245525c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ variables:
${{ if startsWith(variables['Build.SourceBranch'], 'refs/tags/') }}:
value: '$(Build.SourceBranchName)'
${{ if ne(startsWith(variables['Build.SourceBranch'], 'refs/tags/'),true) }}:
value: '$(Build.SourceBranchName)+$(Build.BuildId)'
value: '$(Build.SourceBranchName)-$(Build.BuildId)'
- name: vmImageName # Agent VM image name
value: 'ubuntu-latest'

Expand Down

0 comments on commit 245525c

Please sign in to comment.