You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-1Lines changed: 11 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,17 @@ and create their own database views and stored functions.
14
14
## Sequence diagram illustrating the application
15
15

16
16
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:
0 commit comments