[CI] Trigger publishing of the demo image

Change-Id: I524ffcfc4be949aeab590270bad900b16bb64752
This commit is contained in:
Radosław Piliszek 2023-07-25 18:02:56 +02:00
parent bc34ffff96
commit bc39aa41f3
2 changed files with 5 additions and 2 deletions

View File

@ -7,8 +7,8 @@ import org.springframework.web.bind.annotation.RestController;
public class DemoController {
@RequestMapping("/")
public Object root() {
return null;
public String root() {
return "test";
}
}

View File

@ -15,6 +15,9 @@
- context: java-spring-boot-demo
registry: quay.io
repository: quay.io/nebulous/iot-dpp-orchestrator-java-spring-boot-demo
namespace: nebulous
repo_shortname: iot-dpp-orchestrator-java-spring-boot-demo
repo_description: ""
- job:
name: nebulous-iot-dpp-orchestrator-upload-container-images