未验证 提交 6bf098cf 编写于 作者: K Kirill Sizov 提交者: GitHub

Fix version of buildx for full.yml workflow (#5692)

上级 c06e91da
......@@ -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: |
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册