Skip to content

Commit

Permalink
Merge pull request #386 from crazy-max/ci-bk-image
Browse files Browse the repository at this point in the history
ci(test): set buildkit image for container builder
  • Loading branch information
crazy-max committed Jun 26, 2024
2 parents 77b8d64 + dceb603 commit 52d6635
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ on:
env:
NODE_VERSION: "20"
BUILDX_VERSION: "v0.15.1"
BUILDKIT_IMAGE: "moby/buildkit:v0.14.1"

jobs:
test:
Expand Down Expand Up @@ -138,6 +139,7 @@ jobs:
uses: docker/setup-buildx-action@v3
with:
version: ${{ env.BUILDX_VERSION }}
driver-opts: image=${{ env.BUILDKIT_IMAGE }}
use: false
-
name: Install
Expand Down

0 comments on commit 52d6635

Please sign in to comment.