Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
giohappy committed Jan 10, 2024
1 parent 5ae80d5 commit c790faf
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
- 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 comments on commit c790faf

Please sign in to comment.