Skip to content

Commit

Permalink
chore: make disk space
Browse files Browse the repository at this point in the history
  • Loading branch information
olevski committed Oct 17, 2023
1 parent 48961fc commit dc9f02f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-and-push-to-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -569,6 +569,11 @@ jobs:
type=sha,prefix=${{ matrix.RVERSION }}-
type=semver,pattern={{version}},prefix=${{ matrix.RVERSION }}-
type=raw,value=latest,enable=${{ github.ref == 'refs/heads/main' && matrix.RVERSION == 'devel' }}
- name: Clean cache
run: |
df -h
rm -rf /opt/hostedtoolcache/*
df -h
- name: Build and load
uses: docker/build-push-action@v5
with:
Expand Down

0 comments on commit dc9f02f

Please sign in to comment.