Skip to content

Commit

Permalink
test with edge releases
Browse files Browse the repository at this point in the history
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
  • Loading branch information
crazy-max committed Jun 18, 2024
1 parent 9a3b9d4 commit f66a1cc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ on:

env:
NODE_VERSION: "20"
BUILDX_VERSION: "v0.15.0"
BUILDX_VERSION: "https://github.com/crazy-max/buildx.git#metadata-warnings"
BUILDKIT_IMAGE: "moby/buildkit:master"

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 f66a1cc

Please sign in to comment.