We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ac1c40 commit e22b163Copy full SHA for e22b163
azure-pipelines.yaml
@@ -124,6 +124,13 @@ stages:
124
buildContext: .
125
tags: $(Build.SourceVersion)
126
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)
134
- task: CmdLine@2
135
displayName: Install Trivy
136
inputs:
0 commit comments