fix gh action docker tag
This commit is contained in:
		
							parent
							
								
									757ca77e43
								
							
						
					
					
						commit
						5e9f8aeda0
					
				| 
						 | 
					@ -28,4 +28,4 @@ jobs:
 | 
				
			||||||
        uses: docker/build-push-action@v2
 | 
					        uses: docker/build-push-action@v2
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
          push: ${{ github.ref == 'refs/heads/main' }}
 | 
					          push: ${{ github.ref == 'refs/heads/main' }}
 | 
				
			||||||
          tags: chaoswest-tv/durchsage:latest
 | 
					          tags: ghcr.io/chaoswest-tv/durchsage:latest
 | 
				
			||||||
		Loading…
	
		Reference in New Issue