We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 892a1ce commit 8c20764Copy full SHA for 8c20764
.github/workflows/publish-docker-gpu.yaml
@@ -27,7 +27,6 @@ jobs:
27
run: |
28
sudo swapoff -a
29
sudo rm -f /swapfile
30
- docker rmi $(docker image ls -aq)
31
- name: Build and push Docker image
32
id: docker_build
33
uses: docker/build-push-action@v2
.github/workflows/publish-docker.yaml
@@ -39,7 +39,6 @@ jobs:
39
40
41
42
43
44
45
0 commit comments