[Ci]: Fix the docker slave azp template issue (#10453)

Why I did it
[Ci]: Fix the docker slave azp template issue
This commit is contained in:
xumia 2022-04-06 11:34:02 +08:00 committed by GitHub
parent bfe5835650
commit 3391969d2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 3 deletions

View File

@ -40,7 +40,7 @@ jobs:
- ${{ if eq(variables['Build.Reason'], 'PullRequest') }}:
- template: template-clean-sonic-slave.yml
- ${{ else }}:
- template: .azure-pipelines/template-variables.yml@buildimage
- template: '/.azure-pipelines/template-clean-sonic-slave.yml@buildimage'
- checkout: self
clean: true
submodules: recursive
@ -103,7 +103,8 @@ jobs:
command: push
tags: |
$(VARIABLE_SLAVE_BASE_TAG)
latest
${{ if eq(variables['Build.SourceBranchName'], 'master') }}:
latest
- ${{ if ne(parameters.arch, 'amd64') }}:
- task: Docker@2
condition: ne(variables['Build.Reason'], 'PullRequest')

View File

@ -67,7 +67,7 @@ stages:
arch: ${{ arch }}
dist: ${{ dist }}
- ${{ else }}:
- template: .azure-pipelines/docker-sonic-slave-template.yml@buildimage
- template: '/.azure-pipelines/docker-sonic-slave-template.yml@buildimage'
parameters:
pool: sonicbld
arch: ${{ arch }}