Compare commits
2 Commits
a548990ace
...
ef6fa8f847
| Author | SHA1 | Date | |
|---|---|---|---|
| ef6fa8f847 | |||
| 6b51c22dd1 |
@ -27,7 +27,6 @@ jobs:
|
||||
uses: docker/setup-buildx-action@v3
|
||||
with:
|
||||
driver-opts: |
|
||||
image=moby/buildkit:master
|
||||
network=host
|
||||
|
||||
- name: 🔧 配置 Docker 镜像代理
|
||||
@ -78,6 +77,8 @@ jobs:
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
cache-from: type=gha
|
||||
cache-to: type=gha,mode=max
|
||||
provenance: false
|
||||
sbom: false
|
||||
|
||||
- name: 📦 同步配置文件
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user