We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c20764 commit dcd1fa6Copy full SHA for dcd1fa6
.github/workflows/publish-docker-gpu.yaml
@@ -27,6 +27,7 @@ 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,6 +39,7 @@ jobs:
39
40
41
42
43
44
45
0 commit comments