ci: fix mismatched docker tags being used
This commit is contained in:
		@ -1,6 +1,12 @@
 | 
			
		||||
trigger:
 | 
			
		||||
  - master
 | 
			
		||||
 | 
			
		||||
variables:
 | 
			
		||||
  ${{ if startsWith(variables['Build.SourceBranch'], 'refs/heads/') }}:
 | 
			
		||||
    branchName: ${{ replace(variables['Build.SourceBranchName'], 'refs/heads/', '') }}
 | 
			
		||||
  ${{ if startsWith(variables['Build.SourceBranch'], 'refs/pull/') }}:
 | 
			
		||||
    branchName: ${{ replace(variables['System.PullRequest.SourceBranch'], 'refs/heads/', '') }}
 | 
			
		||||
 | 
			
		||||
stages:
 | 
			
		||||
  - stage: lint
 | 
			
		||||
    jobs:
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user