fix(pipeline): use correct version for zitadelctl build (#1278)

This commit is contained in:
Stefan Benz
2021-02-12 16:33:32 +01:00
committed by GitHub
parent 9c2d597a85
commit c3bec78db4

View File

@@ -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: