diff --git a/azure-pipelines.yml b/azure-pipelines.yml index aaebffe25..c38dc075e 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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)" diff --git a/outpost/azure-pipelines.yml b/outpost/azure-pipelines.yml index d8f9a75d9..6dfb8a5d9 100644 --- a/outpost/azure-pipelines.yml +++ b/outpost/azure-pipelines.yml @@ -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/' diff --git a/web/azure-pipelines.yml b/web/azure-pipelines.yml index 83e5b19a8..b09e9fe58 100644 --- a/web/azure-pipelines.yml +++ b/web/azure-pipelines.yml @@ -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)"