We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5fd8bd commit 0473c8dCopy full SHA for 0473c8d
.github/workflows/docker-merge-tags.yml
@@ -48,15 +48,6 @@ jobs:
48
path: /tmp/jupyter/tags/
49
if: ${{ !contains(inputs.variant, 'cuda') }}
50
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
-
60
- name: Login to Registry 🔐
61
if: env.PUSH_TO_REGISTRY == 'true'
62
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
0 commit comments