Skip to content

Commit

Permalink
update azure pipelines variables config
Browse files Browse the repository at this point in the history
  • Loading branch information
WeihanLi committed Jan 7, 2024
1 parent 8d821ae commit 9febf31
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,15 @@ pool:
vmImage: 'ubuntu-latest'

variables:
tagName: '$(Build.BuildNumber)'
serviceName: 'schedule-services'
latestImageName: 'openreservation/$(serviceName):latest'
imageName: 'openreservation/$(serviceName):$(tagName)'
- name: tagName
value: "$(Build.BuildNumber)"
- name: serviceName
value: "schedule-services"
- name: latestImageName
value: "openreservation/$(serviceName):latest"
- name: imageName
value: "openreservation/$(serviceName):$(tagName)"
- group: "docker"

steps:
- task: UseDotNet@2
Expand Down

0 comments on commit 9febf31

Please sign in to comment.