🚜 Fix ghcr url in release action
This commit is contained in:
		
							parent
							
								
									4735e72f12
								
							
						
					
					
						commit
						120a19d2ba
					
				| 
						 | 
					@ -26,8 +26,8 @@ jobs:
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
          platforms: linux/amd64,linux/arm64
 | 
					          platforms: linux/amd64,linux/arm64
 | 
				
			||||||
          push: true
 | 
					          push: true
 | 
				
			||||||
          tags: ghcr.io/meeb/${{ env.IMAGE_NAME }}:${{ steps.tag.outputs.tag }}
 | 
					          tags: ghcr.io/${{ github.actor }}/${{ env.IMAGE_NAME }}:${{ steps.tag.outputs.tag }}
 | 
				
			||||||
          # cache-from: type=registry,ref=ghcr.io/meeb/${{ env.IMAGE_NAME }}:${{ steps.tag.outputs.tag }}
 | 
					          cache-from: type=registry,ref=ghcr.io/${{ github.actor }}/${{ env.IMAGE_NAME }}:${{ steps.tag.outputs.tag }}
 | 
				
			||||||
          # cache-to: type=inline
 | 
					          cache-to: type=inline
 | 
				
			||||||
          build-args: |
 | 
					          build-args: |
 | 
				
			||||||
            IMAGE_NAME=${{ env.IMAGE_NAME }}
 | 
					            IMAGE_NAME=${{ env.IMAGE_NAME }}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue