Skip to content

Commit

Permalink
Add docker buildx create --use
Browse files Browse the repository at this point in the history
which uses docker-container driver by default
  • Loading branch information
vitr committed Aug 1, 2023
1 parent d9c7ea8 commit 2094d1d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ function docker_buildx() {
docker_tag_args="$docker_tag_args -t $2/$INPUT_REPO:$tag"
done

docker buildx create --use
docker buildx build $INPUT_EXTRA_BUILD_ARGS -f $INPUT_DOCKERFILE $docker_tag_args \
--cache-to type=gha,mode=max \
--cache-from type=gha \
Expand Down

0 comments on commit 2094d1d

Please sign in to comment.