fix permissions

This commit is contained in:
Luke Hagar
2024-08-26 16:44:55 -05:00
parent 07244a3b32
commit ac4f50e299
2 changed files with 6 additions and 1 deletions

View File

@@ -8,6 +8,9 @@ on:
- cron: "0 0 * * *" - cron: "0 0 * * *"
workflow_dispatch: workflow_dispatch:
permissions:
contents: write
jobs: jobs:
build-push: build-push:
name: Build and Push ${{ matrix.release_type }} Docker Images name: Build and Push ${{ matrix.release_type }} Docker Images
@@ -20,7 +23,7 @@ jobs:
uses: actions/checkout@v3 uses: actions/checkout@v3
with: with:
ref: ${{ github.head_ref }} ref: ${{ github.head_ref }}
- name: Check latest Pocketbase Version - name: Check latest Pocketbase Version
run: | run: |
if [ "${{ matrix.release_type }}" = "latest" ]; then if [ "${{ matrix.release_type }}" = "latest" ]; then

View File

@@ -3,3 +3,5 @@
Community maintained pocketbase docker image. Community maintained pocketbase docker image.
hosted on DockerHUB hosted on DockerHUB
[Changelog](./CHANGELOG.md)