Push to github registry
This commit is contained in:
		
							parent
							
								
									fd888a083a
								
							
						
					
					
						commit
						0ad903e48e
					
				
					 1 changed files with 8 additions and 0 deletions
				
			
		
							
								
								
									
										8
									
								
								.github/workflows/build_docker_latest.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										8
									
								
								.github/workflows/build_docker_latest.yml
									
										
									
									
										vendored
									
									
								
							|  | @ -87,6 +87,13 @@ jobs: | ||||||
|         with: |         with: | ||||||
|           username: ${{ secrets.DOCKERHUB_USERNAME }} |           username: ${{ secrets.DOCKERHUB_USERNAME }} | ||||||
|           password: ${{ secrets.DOCKERHUB_TOKEN }} |           password: ${{ secrets.DOCKERHUB_TOKEN }} | ||||||
|  |       - | ||||||
|  |         name: Login to GitHub Container Registry | ||||||
|  |         uses: docker/login-action@v1  | ||||||
|  |         with: | ||||||
|  |           registry: ghcr.io | ||||||
|  |           username: ${{ github.repository_owner }} | ||||||
|  |           password: ${{ secrets.CR_PAT }} | ||||||
|       -  |       -  | ||||||
|         name: Checkout repository |         name: Checkout repository | ||||||
|         uses: actions/checkout@v2 |         uses: actions/checkout@v2 | ||||||
|  | @ -122,3 +129,4 @@ jobs: | ||||||
|           tags: | |           tags: | | ||||||
|             bengig/seb-server:latest |             bengig/seb-server:latest | ||||||
|             bengig/seb-server:${{ env.SHA }} |             bengig/seb-server:${{ env.SHA }} | ||||||
|  |             ghcr.io/BenGig/seb-server:latest | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Bengt Giger
						Bengt Giger