fix: add registryId for private container registry authentication
This commit is contained in:
@@ -88,6 +88,7 @@ async function deployStack(deploymentId: string): Promise<void> {
|
||||
port: 8080,
|
||||
healthCheckTimeout: 180000,
|
||||
healthCheckInterval: 5000,
|
||||
registryId: process.env.STACK_REGISTRY_ID,
|
||||
});
|
||||
|
||||
// Final update with logs
|
||||
|
||||
Reference in New Issue
Block a user