Browse Source

👷 ci(release): update buildkit image version in workflow

- change buildkit image from buildx-stable-1 to master tag for latest features
yourname 4 weeks ago
parent
commit
f2277b2815
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .gitea/workflows/release.yaml

+ 1 - 1
.gitea/workflows/release.yaml

@@ -30,7 +30,7 @@ jobs:
         uses: https://gitee.com/zyh320888/setup-buildx-action@v3
         with:
           driver-opts: |
-            image=docker.1ms.run/moby/buildkit:buildx-stable-1
+            image=docker.1ms.run/moby/buildkit:master
             network=host
       
       - name: 提取版本号和处理仓库名