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