diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..34c785a --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,3 @@ +### Base branch for this PR + +Please target the `develop` branch for this Pull Request. \ No newline at end of file diff --git a/README.md b/README.md index 2460e58..26b63d5 100644 --- a/README.md +++ b/README.md @@ -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 ``` diff --git a/RELEASES.md b/RELEASES.md index bbb5869..d21e916 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -2,4 +2,9 @@ ### v1.0.0 -- Initial release \ No newline at end of file +- Initial release + +### v1.1.0 + +- Permission error fix +- Readme updates \ No newline at end of file