Skip to content

Commit

Permalink
fix polkadot container image tag
Browse files Browse the repository at this point in the history
  • Loading branch information
EgorPopelyaev committed Dec 13, 2023
1 parent a3dc2f1 commit b1e2ea3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-50_publish-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ jobs:
run: |
apt update
apt show polkadot
version=$(apt show polkadot 2>/dev/null | grep "Version:" | awk '{print $2}')
version=$(apt show polkadot 2>/dev/null | grep "Version:" | awk '{print $2}' | sed 's/-.*//')
echo "polkadot_apt_version=v$version" >> $GITHUB_OUTPUT
echo "You passed ${{ inputs.version }} but this is ignored"
echo "We use the version from the Debian Package: $version"
Expand Down

0 comments on commit b1e2ea3

Please sign in to comment.