mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-22 13:17:41 +00:00
fix(pipeline): use correct version for zitadelctl build (#1278)
This commit is contained in:
4
.github/workflows/zitadel.yml
vendored
4
.github/workflows/zitadel.yml
vendored
@@ -128,7 +128,7 @@ jobs:
|
|||||||
build-args: |
|
build-args: |
|
||||||
OS=${{ matrix.goos }}
|
OS=${{ matrix.goos }}
|
||||||
ARCH=${{ matrix.goarch }}
|
ARCH=${{ matrix.goarch }}
|
||||||
VERSION=${{ steps.version.outputs.version }}
|
VERSION=${{ needs.refs.outputs.version }}
|
||||||
- shell: bash
|
- shell: bash
|
||||||
run: |
|
run: |
|
||||||
mv /tmp/operator/zitadelctl /tmp/operator/zitadelctl-${{ matrix.goos }}-${{ matrix.goarch }}
|
mv /tmp/operator/zitadelctl /tmp/operator/zitadelctl-${{ matrix.goos }}-${{ matrix.goarch }}
|
||||||
@@ -150,7 +150,7 @@ jobs:
|
|||||||
build-args: |
|
build-args: |
|
||||||
OS=${{ matrix.goos }}
|
OS=${{ matrix.goos }}
|
||||||
ARCH=${{ matrix.goarch }}
|
ARCH=${{ matrix.goarch }}
|
||||||
VERSION=${{ steps.version.outputs.version }}
|
VERSION=${{ needs.refs.outputs.version }}
|
||||||
|
|
||||||
|
|
||||||
crdb-image:
|
crdb-image:
|
||||||
|
Reference in New Issue
Block a user