root: fix name of docker images

This commit is contained in:
Jens Langhammer 2021-03-03 10:36:46 +01:00
parent 5218332bce
commit dde5e910cf
3 changed files with 3 additions and 3 deletions

View File

@ -379,7 +379,7 @@ stages:
- task: Docker@2 - task: Docker@2
inputs: inputs:
containerRegistry: 'beryjuorg-harbor' containerRegistry: 'beryjuorg-harbor'
repository: 'beryju/authentik' repository: 'authentik/server'
command: 'buildAndPush' command: 'buildAndPush'
Dockerfile: 'Dockerfile' Dockerfile: 'Dockerfile'
tags: "gh-$(branchName)" tags: "gh-$(branchName)"

View File

@ -99,7 +99,7 @@ stages:
- task: Docker@2 - task: Docker@2
inputs: inputs:
containerRegistry: 'beryjuorg-harbor' containerRegistry: 'beryjuorg-harbor'
repository: 'beryju/authentik-proxy' repository: 'authentik/proxy'
command: 'buildAndPush' command: 'buildAndPush'
Dockerfile: 'outpost/proxy.Dockerfile' Dockerfile: 'outpost/proxy.Dockerfile'
buildContext: 'outpost/' buildContext: 'outpost/'

View File

@ -79,7 +79,7 @@ stages:
- task: Docker@2 - task: Docker@2
inputs: inputs:
containerRegistry: 'beryjuorg-harbor' containerRegistry: 'beryjuorg-harbor'
repository: 'beryju/authentik-static' repository: 'authentik/static'
command: 'buildAndPush' command: 'buildAndPush'
Dockerfile: 'web/Dockerfile' Dockerfile: 'web/Dockerfile'
tags: "gh-$(branchName)" tags: "gh-$(branchName)"