Skip to content

Commit e22b163

Browse files
authored
fix pipeline (#3979)
1 parent 7ac1c40 commit e22b163

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

azure-pipelines.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,13 @@ stages:
124124
buildContext: .
125125
tags: $(Build.SourceVersion)
126126
arguments: "--build-arg BUILD_INFO=azure-$(Build.BuildId)-$(Build.SourceVersion) --build-arg BUILD_VERSION=$(BUILD_VERSION) --build-arg RUN_TESTS=$(RUN_TESTS) --build-arg COVERALLS_TOKEN=$(COVERALLS_TOKEN)"
127+
- task: Docker@2
128+
displayName: Push image to Quay
129+
inputs:
130+
command: push
131+
containerRegistry: $(quayConnection)
132+
repository: $(imageName)
133+
tags: $(Build.SourceVersion)
127134
- task: CmdLine@2
128135
displayName: Install Trivy
129136
inputs:

0 commit comments

Comments
 (0)