chore: avoid latest on maintenance releases (#7702)

* chore: avoid latest on maintenance releases

* update semantic

---------

Co-authored-by: Livio Spring <livio.a@gmail.com>
This commit is contained in:
Elio Bischof
2024-04-10 13:56:05 +02:00
committed by GitHub
parent 3711130d42
commit 0267415126
4 changed files with 31 additions and 2 deletions

View File

@@ -31,7 +31,7 @@ jobs:
version:
uses: ./.github/workflows/version.yml
with:
semantic_version: "19.0.2"
semantic_version: "23.0.7"
dry_run: true
compile:
@@ -94,6 +94,6 @@ jobs:
APP_PRIVATE_KEY: ${{ secrets.APP_PRIVATE_KEY }}
with:
build_image_name: ${{ needs.container.outputs.build_image }}
semantic_version: "19.0.2"
semantic_version: "23.0.7"
image_name: "ghcr.io/zitadel/zitadel"
google_image_name: "europe-docker.pkg.dev/zitadel-common/zitadel-repo/zitadel"