root: push PR and branch images to GHCR (#601)

master
Jens L 2021-03-01 12:04:56 +01:00 committed by GitHub
parent ca4ead8fd8
commit 36690de285
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -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'

View File

@ -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'

View File

@ -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'