mirror of
				https://gitlab.com/alemaire/buildx.git
				synced 2025-01-17 13:58:19 +00:00 
			
		
		
		
	Update dendrite/Dockerfile, dendrite/Makefile files
This commit is contained in:
		| @@ -3,13 +3,13 @@ include version | ||||
|  | ||||
| IMAGE=dendrite | ||||
|  | ||||
| nopush: git-clone | ||||
| nopush: | ||||
| 	docker buildx build --platform linux/amd64 --load \ | ||||
| 	    --build-arg VERSION=$(VERSION) \ | ||||
|     	    --tag ${NAMESPACE}/${IMAGE}:$(VERSION) \ | ||||
| 	    --tag ${CI_REGISTRY_IMAGE}/${IMAGE}:$(VERSION) . | ||||
|  | ||||
| push: git-clone | ||||
| push: | ||||
| 	docker buildx build --platform linux/amd64,linux/arm64 --push \ | ||||
| 	    --build-arg VERSION=$(VERSION) \ | ||||
|     	    --cache-from=type=registry,ref=${NAMESPACE}/buildx:${IMAGE} \ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user