Skip to content

Commit

Permalink
Trying out tag in az pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Braga Lund committed Nov 30, 2021
1 parent 1235119 commit 2ba9334
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@ trigger:
steps:

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

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

Expand Down

0 comments on commit 2ba9334

Please sign in to comment.