readme and release updates
This commit is contained in:
parent
8f948270a6
commit
1510e5208d
3 changed files with 13 additions and 1 deletions
|
@ -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
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue