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
docker run -d --name postgres oom-protected-postgres
26
25
```
27
26
27
+
## Continuous Integration / Deployment
28
+
29
+
This repository includes a GitHub Action that automatically builds and pushes the Docker image to GitHub Container Registry (ghcr.io) whenever changes are pushed to the main branch.
30
+
31
+
### Automated Builds
32
+
33
+
The workflow:
34
+
1. Builds the Docker image
35
+
2. Tags it with both `latest` and the short commit SHA
The GitHub Action configuration is defined in `.github/workflows/build-and-push.yml`. If you fork this repository, you'll need to ensure your repository has permission to push packages. You can configure this in your repository settings under "Actions" > "General" > "Workflow permissions".
49
+
28
50
## References
29
51
30
52
-[PostgreSQL documentation on kernel resources](https://www.postgresql.org/docs/current/kernel-resources.html)
0 commit comments