build: disable publish image for now
It's failing for unknown reasons and block releases. See coop-cloud/recipes-catalogue-json#6
This commit is contained in:
		
							
								
								
									
										32
									
								
								.drone.yml
									
									
									
									
									
								
							
							
						
						
									
										32
									
								
								.drone.yml
									
									
									
									
									
								
							| @ -47,22 +47,22 @@ steps: | |||||||
|     when: |     when: | ||||||
|       event: tag |       event: tag | ||||||
|  |  | ||||||
|   - name: publish image |   # - name: publish image | ||||||
|     image: plugins/docker |   #   image: plugins/docker | ||||||
|     settings: |   #   settings: | ||||||
|       auto_tag: true |   #     auto_tag: true | ||||||
|       username: 3wordchant |   #     username: 3wordchant | ||||||
|       password: |   #     password: | ||||||
|         from_secret: git_coopcloud_tech_token_3wc |   #       from_secret: git_coopcloud_tech_token_3wc | ||||||
|       repo: git.coopcloud.tech/coop-cloud/abra |   #     repo: git.coopcloud.tech/coop-cloud/abra | ||||||
|       tags: dev |   #     tags: dev | ||||||
|       registry: git.coopcloud.tech |   #     registry: git.coopcloud.tech | ||||||
|     when: |   #   when: | ||||||
|       event: |   #     event: | ||||||
|         exclude: |   #       exclude: | ||||||
|           - pull_request |   #         - pull_request | ||||||
|     depends_on: |   #   depends_on: | ||||||
|       - make check |   #     - make check | ||||||
|  |  | ||||||
| volumes: | volumes: | ||||||
|   - name: deps |   - name: deps | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user