👷 Update workflow
This commit is contained in:
		
							parent
							
								
									fb94f3afdb
								
							
						
					
					
						commit
						78b58a88ef
					
				
							
								
								
									
										8
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										8
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							@ -15,7 +15,7 @@ jobs:
 | 
				
			|||||||
        env:
 | 
					        env:
 | 
				
			||||||
          DockerPassword: ${{ secrets.PACKAGE_TOKEN }}
 | 
					          DockerPassword: ${{ secrets.PACKAGE_TOKEN }}
 | 
				
			||||||
        run: |
 | 
					        run: |
 | 
				
			||||||
          docker build -t docker.pkg.github.com/naiba/nezha/agent -f Dockerfile.agent .
 | 
					          docker build -t docker.pkg.github.com/${{ github.repository }}/agent -f Dockerfile.agent .
 | 
				
			||||||
          docker build -t docker.pkg.github.com/naiba/nezha/dashboard -f Dockerfile.dashboard .
 | 
					          docker build -t docker.pkg.github.com/${{ github.repository }}/dashboard -f Dockerfile.dashboard .
 | 
				
			||||||
          docker push docker.pkg.github.com/naiba/nezha/agent
 | 
					          docker push docker.pkg.github.com/${{ github.repository }}/agent
 | 
				
			||||||
          docker push docker.pkg.github.com/naiba/nezha/dashboard
 | 
					          docker push docker.pkg.github.com/${{ github.repository }}/dashboard
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user