diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 3bfa83436..76f8c2bd5 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -378,7 +378,7 @@ stages: python ./scripts/az_do_set_branch.py - task: Docker@2 inputs: - containerRegistry: 'dockerhub' + containerRegistry: 'GHCR' repository: 'beryju/authentik' command: 'buildAndPush' Dockerfile: 'Dockerfile' diff --git a/outpost/azure-pipelines.yml b/outpost/azure-pipelines.yml index 2b5a2a13b..87dfb1526 100644 --- a/outpost/azure-pipelines.yml +++ b/outpost/azure-pipelines.yml @@ -98,7 +98,7 @@ stages: python ./scripts/az_do_set_branch.py - task: Docker@2 inputs: - containerRegistry: 'dockerhub' + containerRegistry: 'GHCR' repository: 'beryju/authentik-proxy' command: 'buildAndPush' Dockerfile: 'outpost/proxy.Dockerfile' diff --git a/web/azure-pipelines.yml b/web/azure-pipelines.yml index 7acd8c6b5..0b9f3da8c 100644 --- a/web/azure-pipelines.yml +++ b/web/azure-pipelines.yml @@ -78,7 +78,7 @@ stages: python ./scripts/az_do_set_branch.py - task: Docker@2 inputs: - containerRegistry: 'dockerhub' + containerRegistry: 'GHCR' repository: 'beryju/authentik-static' command: 'buildAndPush' Dockerfile: 'web/Dockerfile'