Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sigeshuo committed Jul 11, 2024
1 parent f2f4eb1 commit 0e83997
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/publish-image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ BUILDER_NAME="hubble-builder"
if ! docker buildx inspect $BUILDER_NAME >/dev/null 2>&1; then
echo "Builder '$BUILDER_NAME' 不存在,创建新的 builder..."
# Enable Buildx
docker buildx create --name hubble-builder --use
docker buildx create --name $BUILDER_NAME --use
else
echo "Builder '$BUILDER_NAME' 已存在,使用现有的 builder..."
docker buildx use $BUILDER_NAME
Expand Down

0 comments on commit 0e83997

Please sign in to comment.