Skip to content

Commit 0adac5f

Browse files
Fixed cleanup step for release process (#2002)
1 parent aaed597 commit 0adac5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-post-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
sudo swapoff -a
7171
sudo rm -f /swapfile
7272
sudo apt clean
73-
docker rmi $(docker image ls -aq)
73+
docker rmi $(docker image ls -aq) &> /dev/null || true
7474
df -h
7575
- name: Compute release tag and options
7676
id: tag

0 commit comments

Comments
 (0)