Skip to content

Commit

Permalink
Name builder instance to avoid multiple ones on self-hosted runners
Browse files Browse the repository at this point in the history
  • Loading branch information
whoan committed Oct 30, 2023
1 parent 5285033 commit bd35c30
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 bd35c30

Please sign in to comment.