root: replace ghcr with harbor for expiry
This commit is contained in:
parent
b2449757f9
commit
662d117b66
|
@ -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'
|
||||
|
|
|
@ -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'
|
||||
|
|
|
@ -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'
|
||||
|
|
|
@ -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[] {
|
||||
|
|
Reference in New Issue