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

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)