We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 161ad45 commit 7dcd7a1Copy full SHA for 7dcd7a1
1 file changed
.github/workflows/ci.yml
@@ -42,8 +42,8 @@ jobs:
42
go_version: "1.25"
43
node_version: "22"
44
semantic_version: "23.0.7"
45
- image_name_github_api: "ghcr.io/zitadel/zitadel"
46
- image_name_github_login: "ghcr.io/zitadel/zitadel-login"
+ image_name_github_api: "ghcr.io/nirvati/zitadel"
+ image_name_github_login: "ghcr.io/nirvati/zitadel-login"
47
48
release:
49
uses: ./.github/workflows/release.yml
@@ -61,5 +61,5 @@ jobs:
61
APP_PRIVATE_KEY: ${{ secrets.APP_PRIVATE_KEY }}
62
with:
63
64
65
0 commit comments