Skip to content

Commit

Permalink
full path
Browse files Browse the repository at this point in the history
  • Loading branch information
stavros-k committed Nov 15, 2024
1 parent 7c773fb commit a06ba51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ jobs:
run: |
sudo ./install-iconik.sh
echo "Getting version"
echo iconik-storage-gateway --version
version=$(iconik-storage-gateway --version | grep -o '[0-9]\+\.[0-9]\+\.[0-9]\+')
echo $(/opt/iconik/iconik_storage_gateway/iconik_storage_gateway --version)
version=$(/opt/iconik/iconik_storage_gateway/iconik_storage_gateway --version | grep -o '[0-9]\+\.[0-9]\+\.[0-9]\+')
echo "Version: ${version}"
echo "version=${version}" >> $GITHUB_OUTPUT
[ -z "$version" ] && { echo "Failed to get version"; exit 1; }
Expand Down

0 comments on commit a06ba51

Please sign in to comment.