hardcode path to authfile????
	
		
			
	
		
	
	
		
	
		
			Some checks failed
		
		
	
	
		
			
				
	
				Create OCI image(s) / Build and push images (push) Failing after 2m41s
				
			
		
		
	
	
				
					
				
			
		
			Some checks failed
		
		
	
	Create OCI image(s) / Build and push images (push) Failing after 2m41s
				
			This commit is contained in:
		
							parent
							
								
									6c12b22026
								
							
						
					
					
						commit
						2987c48db8
					
				
					 1 changed files with 5 additions and 2 deletions
				
			
		|  | @ -52,5 +52,8 @@ jobs: | |||
|           podman load < result | ||||
| 
 | ||||
|       - name: Push image | ||||
|         run: | | ||||
|           podman push --authfile=~/.config/containers/auth.json localhost/${{ env.image }}:${{ env.tag }} ${{ env.registry }}/${{ forge.repo }}/${{ env.image }}:${{ env.tag }} | ||||
|         run: >- | ||||
|           podman push | ||||
|           --authfile=/root/.config/containers/auth.json | ||||
|           localhost/${{ env.image }}:${{ env.tag }} | ||||
|           ${{ env.registry }}/${{ forge.repo }}/${{ env.image }}:${{ env.tag }} | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue