root: replace ghcr with harbor for expiry

This commit is contained in:
Jens Langhammer 2021-03-03 00:05:15 +01:00
parent b2449757f9
commit 662d117b66
4 changed files with 4 additions and 4 deletions

View File

@ -378,7 +378,7 @@ stages:
python ./scripts/az_do_set_branch.py python ./scripts/az_do_set_branch.py
- task: Docker@2 - task: Docker@2
inputs: inputs:
containerRegistry: 'GHCR' containerRegistry: 'beryjuorg-harbor'
repository: 'beryju/authentik' repository: 'beryju/authentik'
command: 'buildAndPush' command: 'buildAndPush'
Dockerfile: 'Dockerfile' Dockerfile: 'Dockerfile'

View File

@ -98,7 +98,7 @@ stages:
python ./scripts/az_do_set_branch.py python ./scripts/az_do_set_branch.py
- task: Docker@2 - task: Docker@2
inputs: inputs:
containerRegistry: 'GHCR' containerRegistry: 'beryjuorg-harbor'
repository: 'beryju/authentik-proxy' repository: 'beryju/authentik-proxy'
command: 'buildAndPush' command: 'buildAndPush'
Dockerfile: 'outpost/proxy.Dockerfile' Dockerfile: 'outpost/proxy.Dockerfile'

View File

@ -78,7 +78,7 @@ stages:
python ./scripts/az_do_set_branch.py python ./scripts/az_do_set_branch.py
- task: Docker@2 - task: Docker@2
inputs: inputs:
containerRegistry: 'GHCR' containerRegistry: 'beryjuorg-harbor'
repository: 'beryju/authentik-static' repository: 'beryju/authentik-static'
command: 'buildAndPush' command: 'buildAndPush'
Dockerfile: 'web/Dockerfile' Dockerfile: 'web/Dockerfile'

View File

@ -14,7 +14,7 @@ export class AuthenticatorValidateStageWebCode extends BaseStage {
@property({ attribute: false }) @property({ attribute: false })
deviceChallenge?: DeviceChallenge; deviceChallenge?: DeviceChallenge;
@@property({ type: Boolean }) @property({ type: Boolean })
showBackButton = false; showBackButton = false;
static get styles(): CSSResult[] { static get styles(): CSSResult[] {