Skip to content

Commit

Permalink
Update build_fatimage.sh
Browse files Browse the repository at this point in the history
修改平台image tag
  • Loading branch information
CodePorterL authored Mar 20, 2024
1 parent 82fcd38 commit 9ae4585
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build_fatimage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ git fetch --tags
VERSION_TAG="$(git describe --tags)"
commit_id=$(git log -n 1 --pretty=oneline | awk '{print $1}' | cut -b 1-6)
echo "$commit_id"
tag=${VERSION_TAG}-${DATETIME}-"${commit_id}"
tag=${VERSION_TAG}
local_image=easypsi:$tag
echo "local_image: ${local_image}"

Expand Down

0 comments on commit 9ae4585

Please sign in to comment.