Skip to content

Commit

Permalink
ci(test): set buildkit image for container builder
Browse files Browse the repository at this point in the history
Signed-off-by: CrazyMax <[email protected]>
  • Loading branch information
crazy-max committed Jun 26, 2024
1 parent 77b8d64 commit dceb603
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 dceb603

Please sign in to comment.