Merge pull request #386 from crazy-max/ci-bk-image

ci(test): set buildkit image for container builder
This commit is contained in:
CrazyMax 2024-06-26 09:51:41 +02:00 committed by GitHub
commit 52d663521a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,6 +16,7 @@ on:
env:
NODE_VERSION: "20"
BUILDX_VERSION: "v0.15.1"
BUILDKIT_IMAGE: "moby/buildkit:v0.14.1"
jobs:
test:
@ -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