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