File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
2222Example:
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
You can’t perform that action at this time.
0 commit comments