Skip to content

Commit

Permalink
diskspace
Browse files Browse the repository at this point in the history
  • Loading branch information
johnhaddon committed Feb 22, 2024
1 parent 95e1b1a commit a1b8823
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/dockerImagePublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,16 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Free disk space
run: |
du -sh "/*"
df -H
apt-get clean
du -sh "/*"
df -H
- name: Build the container image
run: buildah build --file Dockerfile --tag image --squash-all
run: buildah build --file Dockerfile --tag image --layers=false --squash

- name: Log into registry
#run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login docker.pkg.github.com -u ${{ github.actor }} --password-stdin
Expand Down

0 comments on commit a1b8823

Please sign in to comment.