diff --git a/.github/workflows/build-and-push.yaml b/.github/workflows/build-and-push.yaml index 54f4e5b..2c76fd5 100644 --- a/.github/workflows/build-and-push.yaml +++ b/.github/workflows/build-and-push.yaml @@ -8,6 +8,9 @@ on: - cron: "0 0 * * *" workflow_dispatch: +permissions: + contents: write + jobs: build-push: name: Build and Push ${{ matrix.release_type }} Docker Images @@ -20,7 +23,7 @@ jobs: uses: actions/checkout@v3 with: ref: ${{ github.head_ref }} - + - name: Check latest Pocketbase Version run: | if [ "${{ matrix.release_type }}" = "latest" ]; then diff --git a/README.md b/README.md index 0799806..bd1a792 100644 --- a/README.md +++ b/README.md @@ -3,3 +3,5 @@ Community maintained pocketbase docker image. hosted on DockerHUB + +[Changelog](./CHANGELOG.md) \ No newline at end of file