root: push PR and branch images to GHCR (#601)
This commit is contained in:
		@ -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: 'dockerhub'
 | 
					            containerRegistry: 'GHCR'
 | 
				
			||||||
            repository: 'beryju/authentik'
 | 
					            repository: 'beryju/authentik'
 | 
				
			||||||
            command: 'buildAndPush'
 | 
					            command: 'buildAndPush'
 | 
				
			||||||
            Dockerfile: 'Dockerfile'
 | 
					            Dockerfile: 'Dockerfile'
 | 
				
			||||||
 | 
				
			|||||||
@ -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: 'dockerhub'
 | 
					              containerRegistry: 'GHCR'
 | 
				
			||||||
              repository: 'beryju/authentik-proxy'
 | 
					              repository: 'beryju/authentik-proxy'
 | 
				
			||||||
              command: 'buildAndPush'
 | 
					              command: 'buildAndPush'
 | 
				
			||||||
              Dockerfile: 'outpost/proxy.Dockerfile'
 | 
					              Dockerfile: 'outpost/proxy.Dockerfile'
 | 
				
			||||||
 | 
				
			|||||||
@ -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: 'dockerhub'
 | 
					            containerRegistry: 'GHCR'
 | 
				
			||||||
            repository: 'beryju/authentik-static'
 | 
					            repository: 'beryju/authentik-static'
 | 
				
			||||||
            command: 'buildAndPush'
 | 
					            command: 'buildAndPush'
 | 
				
			||||||
            Dockerfile: 'web/Dockerfile'
 | 
					            Dockerfile: 'web/Dockerfile'
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user