added storage check
This commit is contained in:
parent
9d497adb24
commit
c6c11d4973
1 changed files with 1 additions and 1 deletions
2
.github/workflows/dockerhub-mcp.yml
vendored
2
.github/workflows/dockerhub-mcp.yml
vendored
|
|
@ -26,7 +26,7 @@ jobs:
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v3
|
uses: docker/setup-buildx-action@v3
|
||||||
with:
|
with:
|
||||||
buildkitd-flags: --root /tmp/buildkit
|
buildkitd-flags: --root /tmp/buildkit --oci-worker-gc --oci-worker-gc-keepstorage=8GB
|
||||||
|
|
||||||
- name: Log in to Docker Hub
|
- name: Log in to Docker Hub
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue