update docker publish action
	
		
			
	
		
	
	
		
	
		
			Some checks failed
		
		
	
	
		
			
				
	
				Build docker container / build (push) Failing after 59s
				
			
		
		
	
	
				
					
				
			
		
			Some checks failed
		
		
	
	Build docker container / build (push) Failing after 59s
				
			This commit is contained in:
		| @@ -30,13 +30,13 @@ jobs: | ||||
|         id: meta | ||||
|         uses: docker/metadata-action@v5 | ||||
|         with: | ||||
|             labels: type=semver,pattern={{version}} | ||||
|             inages: git.claeyscloud.com/david/epg-info | ||||
|             tags: type=semver,pattern={{version}} | ||||
|       - name: Build and push | ||||
|         uses: https://github.com/docker/build-push-action@v5 | ||||
|         with: | ||||
|           context: . | ||||
|           push: true | ||||
|           tags: | | ||||
|              git.claeyscloud.com/david/epg-info | ||||
|           tags: ${{ steps.meta.outputs.tags }}             | ||||
|           labels: ${{ steps.meta.outputs.labels }} | ||||
|               | ||||
|   | ||||
		Reference in New Issue
	
	Block a user