This is an automated email from the ASF dual-hosted git repository.
ahuber pushed a commit to branch jpa-SNAPSHOT
in repository https://gitbox.apache.org/repos/asf/isis-app-simpleapp.git
The following commit(s) were added to refs/heads/jpa-SNAPSHOT by this push:
new c4d469a revert renaming of docker.io/apache... (causeway -> isis)
c4d469a is described below
commit c4d469ac9e63fdc2c1e7beb258769da4a40653c1
Author: Andi Huber <[email protected]>
AuthorDate: Fri Oct 28 15:23:18 2022 +0200
revert renaming of docker.io/apache... (causeway -> isis)
- as does not exist yet
---
webapp/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/webapp/pom.xml b/webapp/pom.xml
index 0043220..4aa3ebc 100644
--- a/webapp/pom.xml
+++ b/webapp/pom.xml
@@ -250,7 +250,7 @@
</ports>
</container>
<to>
-
<image>docker.io/apachecauseway/simpleapp</image>
+ <image>docker.io/apacheisis/simpleapp</image>
<tags>
<tag>${env.REVISION}</tag>
</tags>