Skip to content

Commit

Permalink
Added pipeline file
Browse files Browse the repository at this point in the history
  • Loading branch information
Braga Lund committed Nov 11, 2021
1 parent 58d9147 commit 1f62a3f
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
trigger:
- master

steps:

- task: Docker@2
displayName: Build and Push
inputs:
containerRegistry: 'dockerRegistryServiceConnection1'
repository: 'bragalund/bragalund-public'
command: 'buildAndPush'
Dockerfile: 'Dockerfile'

- task: Docker@2
displayName: Logout of ACR
inputs:
command: logout
containerRegistry: 'dockerRegistryServiceConnection1'

0 comments on commit 1f62a3f

Please sign in to comment.