Skip to content

Commit

Permalink
Merge pull request #152 from whoan/issue-151
Browse files Browse the repository at this point in the history
Name builder instance to avoid multiple ones on self-hosted runners
  • Loading branch information
whoan committed Oct 30, 2023
2 parents 5285033 + bd35c30 commit 272668a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ _build_image_buildkit() {
_parse_extra_args

set -x
docker buildx create --use
docker buildx create --use --name action-builder-instance |& grep -v "existing instance" || true
# shellcheck disable=SC2086
docker buildx build \
--load \
Expand Down

0 comments on commit 272668a

Please sign in to comment.