fix: do not push dockerimage
This commit is contained in:
parent
62c38c9859
commit
802a0f7684
1 changed files with 3 additions and 1 deletions
|
|
@ -596,7 +596,9 @@ private function deploy_static_buildpack()
|
|||
private function rolling_update()
|
||||
{
|
||||
if ($this->server->isSwarm()) {
|
||||
$this->push_to_docker_registry();
|
||||
if ($this->build_pack !== 'dockerimage') {
|
||||
$this->push_to_docker_registry();
|
||||
}
|
||||
$this->application_deployment_queue->addLogEntry("Rolling update started.");
|
||||
$this->execute_remote_command(
|
||||
[
|
||||
|
|
|
|||
Loading…
Reference in a new issue