From 92d610be9a9e3042cc44a9a0cd917b6f745b8309 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20Uhl=C3=AD=C5=99?= Date: Mon, 29 Nov 2021 10:06:16 +0100 Subject: [PATCH] ci: fix correct docker bee version (#63) --- .github/workflows/publish.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 5ca3276..759e928 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -54,6 +54,8 @@ jobs: echo "STATE_COMMIT=${{ github.event.inputs.stateCommit }}" >> $GITHUB_ENV fi + echo "BEE_VERSION=${BEE_VERSION/v}" >> $GITHUB_ENV + - name: Auth to Github Package Docker Registry if: ${{ github.event_name == 'repository_dispatch' || (github.event.inputs.buildImage == 'true' && success()) }} run: |