Skip to content

Commit

Permalink
Pin to buildkit 0.9.1
Browse files Browse the repository at this point in the history
docker/build-push-action#498 (comment)
docker/buildx#834
moby/buildkit#2461

Looks like a fix is merged into buildkit, but we have to wait for
a new release to get the fix.
  • Loading branch information
jonathangreen committed Nov 17, 2021
1 parent 8683c38 commit 1b2eb6d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,8 @@ jobs:

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
with:
driver-opts: image=moby/buildkit:v0.9.1

- name: Login to GitHub Container Registry
uses: docker/login-action@v1
Expand Down Expand Up @@ -146,6 +148,8 @@ jobs:

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
with:
driver-opts: image=moby/buildkit:v0.9.1

- name: Login to GitHub Container Registry
uses: docker/login-action@v1
Expand Down Expand Up @@ -224,6 +228,8 @@ jobs:

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
with:
driver-opts: image=moby/buildkit:v0.9.1

- name: Login to GitHub Container Registry
uses: docker/login-action@v1
Expand Down

0 comments on commit 1b2eb6d

Please sign in to comment.