You've already forked pigallery2
							
							
				mirror of
				https://github.com/bpatrik/pigallery2.git
				synced 2025-10-30 23:57:43 +02:00 
			
		
		
		
	Update build.yml
Fixing building release on tag
This commit is contained in:
		
							
								
								
									
										2
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							| @@ -150,7 +150,7 @@ jobs: | ||||
|           tags: bpatrik/pigallery2:nightly-${{ matrix.container }} | ||||
|       - | ||||
|         name: Build and push release on new Tag | ||||
|         if: ${{ startsWith(steps.vars.outputs.type , 'tag') &&  !github.event.issue.pull_request && github.ref == 'refs/heads/master' }} | ||||
|         if: ${{ startsWith(steps.vars.outputs.type , 'tag') &&  !github.event.issue.pull_request }} | ||||
|         uses: docker/build-push-action@v2 | ||||
|         with: | ||||
|           context: . | ||||
|   | ||||
		Reference in New Issue
	
	Block a user