Skip to content

Commit

Permalink
bring buildkit back but set a version
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldwan committed Jan 20, 2023
1 parent d162312 commit 2392955
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,14 @@ jobs:
# env:
# DOCKER_BUILDKIT: 0
steps:
# -
# name: Set up QEMU
# uses: docker/setup-qemu-action@v2
# -
# name: Set up Docker Buildx
# uses: docker/setup-buildx-action@v2
-
name: Set up QEMU
uses: docker/setup-qemu-action@v2
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
with:
version: v0.9.1
-
name: Login to DockerHub
uses: docker/login-action@v1
Expand Down

0 comments on commit 2392955

Please sign in to comment.