mirror of
				https://github.com/cp6/my-idlers.git
				synced 2025-10-30 22:09:10 +00:00 
			
		
		
		
	Update docker image push configuration
Changed the repository for pushing the docker image to GHCR from `ghcr.io/cp6/my-idlers` to `ghcr.io/hra42/my-idlers-arm64` in order to align with the updated repository naming convention.
This commit is contained in:
		
							parent
							
								
									27a0cd494a
								
							
						
					
					
						commit
						0c3dd6b7e2
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		
							
								
								
									
										4
									
								
								.github/workflows/main.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/main.yml
									
										
									
									
										vendored
									
									
								
							|  | @ -25,5 +25,5 @@ jobs: | ||||||
|     - name: Push image to GHCR |     - name: Push image to GHCR | ||||||
|       if: github.ref == 'refs/heads/main' |       if: github.ref == 'refs/heads/main' | ||||||
|       run: | |       run: | | ||||||
|         docker push ghcr.io/cp6/my-idlers:$(echo $GITHUB_SHA | head -c7) |         docker push ghcr.io/hra42/my-idlers-arm64:$(echo $GITHUB_SHA | head -c7) | ||||||
|         docker push ghcr.io/cp6/my-idlers:latest |         docker push ghcr.io/hra42/my-idlers-arm64:latest | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue