Skip to content

Commit

Permalink
hack version tag for the container
Browse files Browse the repository at this point in the history
  • Loading branch information
EgorPopelyaev committed Feb 27, 2024
1 parent ec7817e commit 877134f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release-50_publish-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,10 +163,9 @@ jobs:
id: fetch_release_refs
run: |
chmod a+rx $BINARY
VERSION=$(./$BINARY --version | awk '{ print $2 }' )
release=$( echo $VERSION | cut -f1 -d- )
VERSION=${{ inputs.version }}
echo "tag=latest" >> $GITHUB_OUTPUT
echo "release=${release}" >> $GITHUB_OUTPUT
echo "release=${VERSION}" >> $GITHUB_OUTPUT
- name: Build Injected Container image for polkadot rc
if: ${{ env.BINARY == 'polkadot' }}
Expand Down

0 comments on commit 877134f

Please sign in to comment.