ignore dockerhub releases

This commit is contained in:
Andras Bacsai
2023-03-16 13:54:58 +01:00
parent 3416d8d88e
commit 641bada100
3 changed files with 6 additions and 5 deletions

View File

@@ -1,8 +1,9 @@
name: Production Release to DockerHub name: Production Release to DockerHub
on: on:
release: push:
types: [released] branches:
- "this-branch-does-not-exists"
jobs: jobs:
arm64: arm64:

View File

@@ -3,7 +3,7 @@ name: Staging Release to DockerHub
on: on:
push: push:
branches: branches:
- "next" - "this-branch-does-not-exists"
jobs: jobs:
arm64: arm64:

View File

@@ -4,8 +4,8 @@ concurrency:
cancel-in-progress: true cancel-in-progress: true
on: on:
push: push:
branches-ignore: branches:
- "main" - "next"
env: env:
REGISTRY: ghcr.io REGISTRY: ghcr.io
IMAGE_NAME: "coollabsio/coolify" IMAGE_NAME: "coollabsio/coolify"