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
on:
release:
types: [released]
push:
branches:
- "this-branch-does-not-exists"
jobs:
arm64:

View File

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

View File

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