From 1510e5208d1fa4ac2e153ad7d069661c98d4b1ad Mon Sep 17 00:00:00 2001 From: Foat Akhmadeev Date: Fri, 28 Feb 2025 16:38:44 +0300 Subject: [PATCH] readme and release updates --- .github/pull_request_template.md | 3 +++ README.md | 4 ++++ RELEASES.md | 7 ++++++- 3 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 .github/pull_request_template.md 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