workflows/docker: skip binary caching
Signed-off-by: Patrick Linnane <patrick@linnane.io>
This commit is contained in:
parent
0c31bf7286
commit
708891daf1
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
@ -35,6 +35,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
uses: docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5 # v3.8.0
|
uses: docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5 # v3.8.0
|
||||||
|
with:
|
||||||
|
cache-binary: false
|
||||||
|
|
||||||
- name: Determine build attributes
|
- name: Determine build attributes
|
||||||
id: attributes
|
id: attributes
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user