You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2021/09/30 05:11:05 UTC

[isis-app-demo] 03/05: updates docker image name

This is an automated email from the ASF dual-hosted git repository.

danhaywood pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/isis-app-demo.git

commit 5e3eaefd09ee081984e9af3d8251df220a6e0c75
Author: Dan Haywood <da...@haywood-associates.co.uk>
AuthorDate: Wed Sep 29 23:23:45 2021 +0100

    updates docker image name
---
 webapp/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/webapp/pom.xml b/webapp/pom.xml
index 1f6e9dd..24eb48a 100644
--- a/webapp/pom.xml
+++ b/webapp/pom.xml
@@ -177,7 +177,7 @@
                                 </ports>
                             </container>
                             <to>
-                                <image>docker.io/apacheisis/simpleapp</image>
+                                <image>docker.io/apacheisis/petclinic</image>
                                 <tags>
                                     <tag>${env.REVISION}</tag>
                                 </tags>