readme and release updates
This commit is contained in:
parent
8f948270a6
commit
1510e5208d
3 changed files with 13 additions and 1 deletions
3
.github/pull_request_template.md
vendored
Normal file
3
.github/pull_request_template.md
vendored
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
### Base branch for this PR
|
||||||
|
|
||||||
|
Please target the `develop` branch for this Pull Request.
|
|
@ -53,6 +53,10 @@ jobs:
|
||||||
login_password: ${{ secrets.REGISTRY_PASSWORD }}
|
login_password: ${{ secrets.REGISTRY_PASSWORD }}
|
||||||
tags: ghcr.io/your-namespace/your-image:latest
|
tags: ghcr.io/your-namespace/your-image:latest
|
||||||
dockerfile: path/to/Dockerfile
|
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
|
push: true
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
@ -2,4 +2,9 @@
|
||||||
|
|
||||||
### v1.0.0
|
### v1.0.0
|
||||||
|
|
||||||
- Initial release
|
- Initial release
|
||||||
|
|
||||||
|
### v1.1.0
|
||||||
|
|
||||||
|
- Permission error fix
|
||||||
|
- Readme updates
|
Loading…
Add table
Add a link
Reference in a new issue