From dde5e910cf7ba8158cd39a53847ff40262c94404 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Wed, 3 Mar 2021 10:36:46 +0100 Subject: [PATCH] root: fix name of docker images --- azure-pipelines.yml | 2 +- outpost/azure-pipelines.yml | 2 +- web/azure-pipelines.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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)"