From 662d117b66e178fd1a2585d8f2eaac496422a7d8 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Wed, 3 Mar 2021 00:05:15 +0100 Subject: [PATCH] root: replace ghcr with harbor for expiry --- azure-pipelines.yml | 2 +- outpost/azure-pipelines.yml | 2 +- web/azure-pipelines.yml | 2 +- .../authenticator_validate/AuthenticatorValidateStageCode.ts | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 76f8c2bd5..aaebffe25 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: 'GHCR' + containerRegistry: 'beryjuorg-harbor' repository: 'beryju/authentik' command: 'buildAndPush' Dockerfile: 'Dockerfile' diff --git a/outpost/azure-pipelines.yml b/outpost/azure-pipelines.yml index 87dfb1526..d8f9a75d9 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: 'GHCR' + containerRegistry: 'beryjuorg-harbor' repository: 'beryju/authentik-proxy' command: 'buildAndPush' Dockerfile: 'outpost/proxy.Dockerfile' diff --git a/web/azure-pipelines.yml b/web/azure-pipelines.yml index 0b9f3da8c..83e5b19a8 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: 'GHCR' + containerRegistry: 'beryjuorg-harbor' repository: 'beryju/authentik-static' command: 'buildAndPush' Dockerfile: 'web/Dockerfile' diff --git a/web/src/elements/stages/authenticator_validate/AuthenticatorValidateStageCode.ts b/web/src/elements/stages/authenticator_validate/AuthenticatorValidateStageCode.ts index a54799627..af7442b20 100644 --- a/web/src/elements/stages/authenticator_validate/AuthenticatorValidateStageCode.ts +++ b/web/src/elements/stages/authenticator_validate/AuthenticatorValidateStageCode.ts @@ -14,7 +14,7 @@ export class AuthenticatorValidateStageWebCode extends BaseStage { @property({ attribute: false }) deviceChallenge?: DeviceChallenge; - @@property({ type: Boolean }) + @property({ type: Boolean }) showBackButton = false; static get styles(): CSSResult[] {