This is an automated email from the ASF dual-hosted git repository.
danhaywood pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/causeway-app-referenceapp.git
The following commit(s) were added to refs/heads/master by this push:
new 0c661a5 reverts rename of the docker image
0c661a5 is described below
commit 0c661a50ded317a0a351bb5eb715a92d0a3d43dc
Author: danhaywood <[email protected]>
AuthorDate: Sun Apr 7 17:10:04 2024 +0100
reverts rename of the docker image
(to change would require an INFRA ticket)
---
wicket/jdo/pom.xml | 2 +-
wicket/jpa/pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/wicket/jdo/pom.xml b/wicket/jdo/pom.xml
index f7130d5..daeeb34 100644
--- a/wicket/jdo/pom.xml
+++ b/wicket/jdo/pom.xml
@@ -139,7 +139,7 @@
</ports>
</container>
<to>
-
<image>docker.io/apache/causeway-app-reference-jdo</image>
+
<image>docker.io/apache/causeway-app-demo-jdo</image>
<tags>
<tag>${env.REVISION}</tag>
</tags>
diff --git a/wicket/jpa/pom.xml b/wicket/jpa/pom.xml
index 49f24ef..8d6e9d1 100644
--- a/wicket/jpa/pom.xml
+++ b/wicket/jpa/pom.xml
@@ -139,7 +139,7 @@
</ports>
</container>
<to>
-
<image>docker.io/apache/causeway-app-referenceapp-jpa</image>
+
<image>docker.io/apache/causeway-app-demo-jpa</image>
<tags>
<tag>${env.REVISION}</tag>
</tags>