Skip to content

Commit

Permalink
Fix version of buildx for full.yml workflow (cvat-ai#5692)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirill Sizov authored Feb 10, 2023
1 parent c06e91d commit 6bf098c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ jobs:

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
with:
# we specify version of buildkit due to issue that occurs in latest version
# https://github.com/moby/buildkit/issues/2631
driver-opts: image=moby/buildkit:v0.10.0

- name: Create artifact directories
run: |
Expand Down

0 comments on commit 6bf098c

Please sign in to comment.