We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0759289 commit 2937571Copy full SHA for 2937571
1 file changed
azure-pipelines.yml
@@ -1,4 +1,10 @@
1
# Maven
2
+- task: Docker@2
3
+ inputs:
4
+ containerRegistry: 'dock2'
5
+ repository: 'adapa158 / docker'
6
+ command: 'buildAndPush'
7
+ Dockerfile: '**/Dockerfile'
8
# Build your Java project and run tests with Apache Maven.
9
# Add steps that analyze code, save build artifacts, deploy, and more:
10
# https://docs.microsoft.com/azure/devops/pipelines/languages/java
0 commit comments