Skip to content

Commit

Permalink
feature/github-action
Browse files Browse the repository at this point in the history
  • Loading branch information
Bill Wang committed Oct 14, 2024
1 parent b9f36bc commit da770c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
# simple test
docker_version=$(docker run --rm ${{ steps.meta.outputs.tags }} version)
docker_version=$(echo ${docker_version}| awk -F \" '{print $2}')
docker_version=$(echo ${docker_version}| awk -F \" '{print $2}' |sed 's/v//')
echo $docker_version
if [ "$docker_version" == "$VERSION" ]; then
Expand Down

0 comments on commit da770c2

Please sign in to comment.