mirror of
https://github.com/LukeHagar/pocketbase.git
synced 2025-12-06 04:20:57 +00:00
fix permissions
This commit is contained in:
5
.github/workflows/build-and-push.yaml
vendored
5
.github/workflows/build-and-push.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user