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 * * *"
|
- 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
|
||||||
|
|||||||
Reference in New Issue
Block a user