mirror of
				https://gitea.com/gitea/act_runner.git
				synced 2025-10-30 20:37:56 +01:00 
			
		
		
		
	Fix Makefile make docker (#641)
Fix #640 Reviewed-on: https://gitea.com/gitea/act_runner/pulls/641
This commit is contained in:
		
							
								
								
									
										1
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										1
									
								
								Makefile
									
									
									
									
									
								
							| @@ -170,7 +170,6 @@ docker: | ||||
| 		ARG_DISABLE_CONTENT_TRUST=--disable-content-trust=false; \ | ||||
| 	fi; \ | ||||
| 	docker build $${ARG_DISABLE_CONTENT_TRUST} -t $(DOCKER_REF) . | ||||
| 	docker build $${ARG_DISABLE_CONTENT_TRUST} -t $(DOCKER_ROOTLESS_REF) -f Dockerfile.rootless . | ||||
|  | ||||
| clean: | ||||
| 	$(GO) clean -x -i ./... | ||||
|   | ||||
		Reference in New Issue
	
	Block a user