Skip to content

Commit

Permalink
Added tags in step
Browse files Browse the repository at this point in the history
  • Loading branch information
Braga Lund committed Nov 30, 2021
1 parent 2ba9334 commit e64d88f
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,20 @@ steps:
displayName: Build and Push Frontend
inputs:
containerRegistry: 'dockerRegistryServiceConnection1'
repository: 'bragalund/bragalund-public:frontend'
repository: 'bragalund/bragalund-public'
command: 'buildAndPush'
Dockerfile: 'frontend/Dockerfile'
tags: 'frontend'

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

tags: 'backend'

- task: Docker@2
displayName: Logout of ACR
inputs:
Expand Down

0 comments on commit e64d88f

Please sign in to comment.