From c3bec78db4d5d6b7929079bde88822953e4b71ac Mon Sep 17 00:00:00 2001 From: Stefan Benz <46600784+stebenz@users.noreply.github.com> Date: Fri, 12 Feb 2021 16:33:32 +0100 Subject: [PATCH] fix(pipeline): use correct version for zitadelctl build (#1278) --- .github/workflows/zitadel.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/zitadel.yml b/.github/workflows/zitadel.yml index 9143276381..bb79009ec1 100644 --- a/.github/workflows/zitadel.yml +++ b/.github/workflows/zitadel.yml @@ -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: