Skip to content

Commit 843cc9f

Browse files
authored
Merge pull request #3 from e-gov/main-for-0.9.1
improve README.md for 0.9.1
2 parents b184486 + a97257f commit 843cc9f

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,17 @@ and create their own database views and stored functions.
1414
## Sequence diagram illustrating the application
1515
![Sequence diagram](doc/sequence-diagram-pr.png)
1616

17-
## Running
17+
## Running the built docker image
18+
19+
Every time this repository is tag-ed with a new version,
20+
GitHub Actions builds a public Docker image and uploads it to GitHub Container Registry (ghcr.io)
21+
See [the details of recent actions](https://github.com/e-gov/PH-sample-provider-python/actions) and [the list of tags](https://github.com/e-gov/PH-sample-provider-python/tags).
22+
23+
For example, one can get the version 0.9.0 like this:
24+
`docker pull ghcr.io/e-gov/ph-sample-provider-python:v0.9.0`
25+
`docker pull --platform linux/x86_64 ghcr.io/e-gov/ph-sample-provider-python:v0.9.0` (Mac)
26+
27+
## Running locally
1828

1929
Use Docker-compose to start up a Postgres database and the application.
2030
The scripts create a few tables to sore information about mandates and views and functions to interact

0 commit comments

Comments
 (0)