Skip to content

Commit 0473c8d

Browse files
authoredMar 28, 2025
Do not reset docker state (#2271)
1 parent e5fd8bd commit 0473c8d

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed
 

‎.github/workflows/docker-merge-tags.yml

-9
Original file line numberDiff line numberDiff line change
@@ -48,15 +48,6 @@ jobs:
4848
path: /tmp/jupyter/tags/
4949
if: ${{ !contains(inputs.variant, 'cuda') }}
5050

51-
# Docker might be stuck when pulling images
52-
# https://github.com/docker/for-mac/issues/2083
53-
# https://stackoverflow.com/questions/38087027/docker-compose-stuck-downloading-or-pulling-fs-layer
54-
- name: Reset docker state 🗑️
55-
run: |
56-
docker system prune --all --force
57-
sudo systemctl restart docker
58-
shell: bash
59-
6051
- name: Login to Registry 🔐
6152
if: env.PUSH_TO_REGISTRY == 'true'
6253
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0

0 commit comments

Comments
 (0)