gh actions v3
This commit is contained in:
		
							
								
								
									
										4
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							@@ -28,7 +28,7 @@ jobs:
 | 
				
			|||||||
        id: meta
 | 
					        id: meta
 | 
				
			||||||
        uses: docker/metadata-action@v5
 | 
					        uses: docker/metadata-action@v5
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
          images: "https://scm.wyattjmiller.com/wymiller/ballbot"
 | 
					          images: scm.wyattjmiller.com/wymiller/ballbot
 | 
				
			||||||
          tags: |
 | 
					          tags: |
 | 
				
			||||||
            type=sha,prefix=
 | 
					            type=sha,prefix=
 | 
				
			||||||
            type=ref,event=branch
 | 
					            type=ref,event=branch
 | 
				
			||||||
@@ -51,5 +51,5 @@ jobs:
 | 
				
			|||||||
          context: .
 | 
					          context: .
 | 
				
			||||||
          target: production
 | 
					          target: production
 | 
				
			||||||
          push: ${{ github.event_name != 'pull_request' }}
 | 
					          push: ${{ github.event_name != 'pull_request' }}
 | 
				
			||||||
          tags: ${{ steps.meta.outputs.tags }}
 | 
					          tags: scm.wyattjmiller.com/wymiller/ballbot
 | 
				
			||||||
          labels: ${{ steps.meta.outputs.labels }}
 | 
					          labels: ${{ steps.meta.outputs.labels }}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user