readme and release updates

This commit is contained in:
Foat Akhmadeev 2025-02-28 16:38:44 +03:00
parent 8f948270a6
commit 1510e5208d
3 changed files with 13 additions and 1 deletions

3
.github/pull_request_template.md vendored Normal file
View file

@ -0,0 +1,3 @@
### Base branch for this PR
Please target the `develop` branch for this Pull Request.

View file

@ -53,6 +53,10 @@ jobs:
login_password: ${{ secrets.REGISTRY_PASSWORD }}
tags: ghcr.io/your-namespace/your-image:latest
dockerfile: path/to/Dockerfile
# Use those security flags if using GitHub Action. Keep the defaults, if using Gitea.
security: |
--security-opt=seccomp=unconfined
--security-opt=apparmor=unconfined
push: true
```

View file

@ -2,4 +2,9 @@
### v1.0.0
- Initial release
- Initial release
### v1.1.0
- Permission error fix
- Readme updates