From c790fafcf7c4eb74132c4cafd8d7aeb2f722b24f Mon Sep 17 00:00:00 2001 From: "G. Allegri" Date: Wed, 10 Jan 2024 14:26:00 +0100 Subject: [PATCH] Updated readme --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 2e7e6f7..e109b97 100644 --- a/README.md +++ b/README.md @@ -14,11 +14,10 @@ The [configurations](https://github.com/GeoNode/geonode-project/tree/master/dock ## Builds and publishing to Docker Hub -Docker images are built: +Docker images can be built and published in two ways: -- when a new commit is done to the master branch. This triggers build and updated of the published genode/{image}:latest -- when a new release is pusblished. Tagging follows the {image}_{tag}, and a new geonode/{image}:{tag} is published. +- When a new release is pusblished. Tagging follows the {image}#{tag}, and a new geonode/{image}:{tag} is published. +- Using the manual action workflow Example: - - A new commit changes a file under the `docker/geoserver` folder -> `geonode/geoserver:latest` is built and published to Docker Hub - - A release is done with the tag `postgis_15.1` -> `geonode/postgis:15.1` is built and published to Docker Hub \ No newline at end of file + - A release is done with the tag `geoserver#2.23.3-v2` -> `geonode/geooserver:2.23.3-v2` is built and published to Docker Hub \ No newline at end of file