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
inputs:
containerRegistry: 'beryjuorg-harbor'
repository: 'beryju/authentik'
repository: 'authentik/server'
command: 'buildAndPush'
Dockerfile: 'Dockerfile'
tags: "gh-$(branchName)"

View File

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

View File

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