Skip to content

Commit

Permalink
Update adhoc.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
mgagliardo91 committed Jul 11, 2023
1 parent 0d51f38 commit 86bb862
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/adhoc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ jobs:
registry: quay.io
username: ${{ secrets.QUAY_USERNAME }}
password: ${{ secrets.QUAY_PASSWORD }}
- name: Free disk space
# https://github.com/actions/virtual-environments/issues/709
run: |
sudo apt-get clean
df -h
- name: Build and push
uses: docker/build-push-action@v3
with:
Expand Down

0 comments on commit 86bb862

Please sign in to comment.