root: fix name of docker images
This commit is contained in:
parent
5218332bce
commit
dde5e910cf
|
@ -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)"
|
||||||
|
|
|
@ -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/'
|
||||||
|
|
|
@ -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)"
|
||||||
|
|
Reference in New Issue