Skip to content

Commit c790faf

Browse files
committed
Updated readme
1 parent 5ae80d5 commit c790faf

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,10 @@ The [configurations](https://github.com/GeoNode/geonode-project/tree/master/dock
1414

1515
## Builds and publishing to Docker Hub
1616

17-
Docker images are built:
17+
Docker images can be built and published in two ways:
1818

19-
- when a new commit is done to the master branch. This triggers build and updated of the published genode/{image}:latest
20-
- when a new release is pusblished. Tagging follows the {image}_{tag}, and a new geonode/{image}:{tag} is published.
19+
- When a new release is pusblished. Tagging follows the {image}#{tag}, and a new geonode/{image}:{tag} is published.
20+
- Using the manual action workflow
2121

2222
Example:
23-
- A new commit changes a file under the `docker/geoserver` folder -> `geonode/geoserver:latest` is built and published to Docker Hub
24-
- A release is done with the tag `postgis_15.1` -> `geonode/postgis:15.1` is built and published to Docker Hub
23+
- 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

0 commit comments

Comments
 (0)