add new tag restriction to docker push job
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				Compile the repository / compile (push) Successful in 9s
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	Compile the repository / compile (push) Successful in 9s
				
			This commit is contained in:
		@@ -1,6 +1,9 @@
 | 
				
			|||||||
name: Build a docker image for node-jellyfin-role-bot
 | 
					name: Build a docker image for node-jellyfin-role-bot
 | 
				
			||||||
run-name: ${{ gitea.actor }} is building an image
 | 
					run-name: ${{ gitea.actor }} is building an image
 | 
				
			||||||
on: [push]
 | 
					on: 
 | 
				
			||||||
 | 
					  push:
 | 
				
			||||||
 | 
					    tags:
 | 
				
			||||||
 | 
					      - '*'
 | 
				
			||||||
env:
 | 
					env:
 | 
				
			||||||
  REGISTRY: gitea.brudi.xyz
 | 
					  REGISTRY: gitea.brudi.xyz
 | 
				
			||||||
  IMAGE_NAME: ${{ gitea.repository }}
 | 
					  IMAGE_NAME: ${{ gitea.repository }}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user