fix: Use a different registry url for docker
This commit is contained in:
		
							parent
							
								
									2cc6ad46fc
								
							
						
					
					
						commit
						9753bd1670
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -28,13 +28,13 @@
 | 
				
			||||||
      "@semantic-release/git",
 | 
					      "@semantic-release/git",
 | 
				
			||||||
      {
 | 
					      {
 | 
				
			||||||
        "path": "semantic-release-docker",
 | 
					        "path": "semantic-release-docker",
 | 
				
			||||||
        "registryUrl": "https://registry.gitlab.com/mythic-insight/legendary"
 | 
					        "registryUrl": "https://registry.gitlab.com"
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
    ],
 | 
					    ],
 | 
				
			||||||
    "publish": [
 | 
					    "publish": [
 | 
				
			||||||
      {
 | 
					      {
 | 
				
			||||||
        "path": "semantic-release-docker",
 | 
					        "path": "semantic-release-docker",
 | 
				
			||||||
        "name": "https://registry.gitlab.com/mythic-insight/legendary"
 | 
					        "name": "registry.gitlab.com/mythic-insight/legendary"
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
    ]
 | 
					    ]
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue