mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-05 08:02:07 +00:00
chore(workflow): push images only on main branch (#1873)
* chore(workflow): push images only on CAOS repositories * chore(workflow): push images only on CAOS repositories * chore(workflow): push images only on CAOS repositories * chore(workflow): push images only on CAOS repositories * chore(workflow): push images only on not forked repositories * print full repo name * print full repo name * print full repo name * print full repo name * print full repo name * print full event * print full event * print full event * use separate workflows for release and PR * use separate workflows for release and PR
This commit is contained in:
5
.github/workflows/zitadel.yml
vendored
5
.github/workflows/zitadel.yml
vendored
@@ -2,12 +2,9 @@ name: ZITADEL Release
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- '**'
|
||||
- 'main'
|
||||
tags-ignore:
|
||||
- '**'
|
||||
pull_request:
|
||||
branches:
|
||||
- '**'
|
||||
|
||||
env:
|
||||
REGISTRY: ghcr.io
|
||||
|
||||
Reference in New Issue
Block a user