diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 1bd75ac..008371f 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -4,10 +4,10 @@ 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' @@ -15,7 +15,7 @@ steps: displayName: Build and Push Backend inputs: containerRegistry: 'dockerRegistryServiceConnection1' - repository: 'bragalund/bragalund-public' + repository: 'bragalund/bragalund-public:backend' command: 'buildAndPush' Dockerfile: 'backend/Dockerfile'