test: trigger build with updated IMAGE_TAG fix

This commit is contained in:
2025-11-04 15:22:39 +01:00
parent 08f6f64d72
commit 3644621b00

View File

@@ -17,7 +17,7 @@ final readonly class ShowHome
#[Route(path: '/', method: Method::GET, name: WebRoutes::HOME)]
public function home(HomeRequest $request, string $test = 'hallo'): ViewResult
{
// Production deployment trigger
// Production deployment trigger - fix manifest not found
$model = new HomeViewModel('Hallo Welt!');
return new ViewResult(
template: 'test',