Skip to content

Commit

Permalink
w
Browse files Browse the repository at this point in the history
  • Loading branch information
johnhaddon committed Feb 22, 2024
1 parent a1b8823 commit 1116e06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dockerImagePublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:

- name: Free disk space
run: |
du -sh "/*"
du -sh /*
df -H
apt-get clean
du -sh "/*"
du -sh /*
df -H
- name: Build the container image
Expand Down

0 comments on commit 1116e06

Please sign in to comment.