This commit is contained in:
Andras Bacsai 2023-03-16 10:26:20 +01:00
parent 96cd99f904
commit 43603b0961

View File

@ -1,6 +1,7 @@
name: staging-release
on:
pull_request:
push:
paths:
- "**"
@ -8,8 +9,8 @@ on:
- "!others/pocketbase"
- "!.github/workflows/fluent-bit-release.yml"
- "!.github/workflows/pocketbase-release.yml"
branches:
- "!main"
branches-ignore:
- "main"
env:
REGISTRY: ghcr.io
IMAGE_NAME: "coollabsio/coolify"