ci: fix correct docker bee version (#63)

This commit is contained in:
Adam Uhlíř 2021-11-29 10:06:16 +01:00 committed by GitHub
parent 6b63d0f164
commit 92d610be9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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