Skip to content

Commit 2937571

Browse files
committed
Set up CI with Azure Pipelines
[skip ci]
1 parent 0759289 commit 2937571

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

azure-pipelines.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
# Maven
2+
- task: Docker@2
3+
inputs:
4+
containerRegistry: 'dock2'
5+
repository: 'adapa158 / docker'
6+
command: 'buildAndPush'
7+
Dockerfile: '**/Dockerfile'
28
# Build your Java project and run tests with Apache Maven.
39
# Add steps that analyze code, save build artifacts, deploy, and more:
410
# https://docs.microsoft.com/azure/devops/pipelines/languages/java

0 commit comments

Comments
 (0)