🗑 remove env
This commit is contained in:
		
							parent
							
								
									78b58a88ef
								
							
						
					
					
						commit
						9b40e10904
					
				
							
								
								
									
										2
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							@ -12,8 +12,6 @@ jobs:
 | 
				
			|||||||
        run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login docker.pkg.github.com -u ${{ github.actor }} --password-stdin
 | 
					        run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login docker.pkg.github.com -u ${{ github.actor }} --password-stdin
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      - name: docker
 | 
					      - name: docker
 | 
				
			||||||
        env:
 | 
					 | 
				
			||||||
          DockerPassword: ${{ secrets.PACKAGE_TOKEN }}
 | 
					 | 
				
			||||||
        run: |
 | 
					        run: |
 | 
				
			||||||
          docker build -t docker.pkg.github.com/${{ github.repository }}/agent -f Dockerfile.agent .
 | 
					          docker build -t docker.pkg.github.com/${{ github.repository }}/agent -f Dockerfile.agent .
 | 
				
			||||||
          docker build -t docker.pkg.github.com/${{ github.repository }}/dashboard -f Dockerfile.dashboard .
 | 
					          docker build -t docker.pkg.github.com/${{ github.repository }}/dashboard -f Dockerfile.dashboard .
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user