fix: use latest image if nothing is specified

This commit is contained in:
Andras Bacsai
2024-02-22 14:45:41 +01:00
parent 154b1b05e4
commit 7233c86f3d
2 changed files with 5 additions and 2 deletions

View File

@@ -232,7 +232,6 @@ class General extends Component
if (data_get($this->application, 'build_pack') === 'dockerimage') {
$this->validate([
'application.docker_registry_image_name' => 'required',
'application.docker_registry_image_tag' => 'required',
]);
}
if (data_get($this->application, 'fqdn')) {