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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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