Update azure-pipelines.yml for Azure Pipelines

This commit is contained in:
uglyscorpio 2021-11-24 23:43:17 +08:00
parent dd21030f78
commit 0d287e2412

View File

@ -19,8 +19,8 @@ jobs:
registryEndpoint: $(registryEndpoint) registryEndpoint: $(registryEndpoint)
helmfrom: $(Build.SourcesDirectory)/deploy/k8s/helm helmfrom: $(Build.SourcesDirectory)/deploy/k8s/helm
helmto: $(Build.ArtifactStagingDirectory)/deploy/k8s/helm helmto: $(Build.ArtifactStagingDirectory)/deploy/k8s/helm
- template: ../multiarch.yaml # - template: ../multiarch.yaml
parameters: # parameters:
image: webspa # image: webspa
branch: $(Build.SourceBranchName) # branch: $(Build.SourceBranchName)
registryEndpoint: $(registryEndpoint) # registryEndpoint: $(registryEndpoint)