mirror of
				https://gitlab.com/alemaire/buildx.git
				synced 2025-01-17 13:58:19 +00:00 
			
		
		
		
	Compare commits
	
		
			2 Commits
		
	
	
		
			f561591cc7
			...
			8cbfb118e5
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 8cbfb118e5 | |||
| e09aadf737 | 
| @@ -128,6 +128,17 @@ pleroma: | ||||
|     variables: | ||||
|       - $CI_COMMIT_REF_PROTECTED == "true" | ||||
|  | ||||
| dendrite: | ||||
|   stage: build | ||||
|   tags: | ||||
|    - docker | ||||
|   script: | ||||
|     - cd dendrite | ||||
|     - make push | ||||
|   only: | ||||
|     variables: | ||||
|       - $CI_COMMIT_REF_PROTECTED == "true" | ||||
|  | ||||
| .docker_init: &docker_init | | ||||
|   if ! docker info &>/dev/null; then | ||||
|     if [ -z "${DOCKER_HOST}" -a "${KUBERNETES_PORT}" ]; then | ||||
|   | ||||
| @@ -18,4 +18,4 @@ push: git-clone | ||||
| 	    --tag ${CI_REGISTRY_IMAGE}/${IMAGE}:$(VERSION) . | ||||
|  | ||||
| git-clone: | ||||
| 	git clone -b v${VERSION} --depth 1 https://github.com/matrix-org/dendrite.git | ||||
| 	git clone -b v${VERSION} https://github.com/matrix-org/dendrite.git | ||||
|   | ||||
		Reference in New Issue
	
	Block a user