Skip to content

Commit

Permalink
chore: enhance build image tag error (#746)
Browse files Browse the repository at this point in the history
  • Loading branch information
stalniy authored Jan 29, 2025
1 parent 3fba6d2 commit c5b554f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
echo "registry=${{ vars.PROVIDER_PROXY_REGISTRY }}" >> $GITHUB_ENV
echo "app=provider-proxy" >> $GITHUB_ENV
else
echo "Error: Unknown tag format"
echo "Error: Unknown tag format = $tag"
exit 1
fi
Expand Down

0 comments on commit c5b554f

Please sign in to comment.