We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aaed597 commit 0adac5fCopy full SHA for 0adac5f
.github/workflows/release-post-merge.yml
@@ -70,7 +70,7 @@ jobs:
70
sudo swapoff -a
71
sudo rm -f /swapfile
72
sudo apt clean
73
- docker rmi $(docker image ls -aq)
+ docker rmi $(docker image ls -aq) &> /dev/null || true
74
df -h
75
- name: Compute release tag and options
76
id: tag
0 commit comments