Skip to content

Commit

Permalink
free runner disk space before docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
baxtree committed Jun 28, 2024
1 parent a440091 commit 28bf5d0
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/dockerhub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,17 @@ jobs:
run: |
echo "SUBALIGNER_TAG=${GITHUB_REF/refs\/tags\/v/}" >> $GITHUB_ENV
- name: Free disk space
uses: jlumbroso/free-disk-space@main
with:
tool-cache: false
android: true
dotnet: true
haskell: true
large-packages: true
docker-images: true
swap-storage: true

- name: Build and push the latest image
id: docker_build_latest
uses: docker/build-push-action@v4
Expand Down
4 changes: 2 additions & 2 deletions charts/subaligner/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ name: subaligner
description: A Helm chart for subaligner CLIs
icon: https://raw.githubusercontent.com/baxtree/subaligner/master/figures/subaligner.png
type: application
version: 0.1.0
appVersion: "0.3.6"
version: 0.1.1
appVersion: "0.3.7"
3 changes: 1 addition & 2 deletions requirements-arm64.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,4 @@ toml==0.10.0
toolz==0.9.0
urllib3~=1.26.5
Werkzeug>=0.15.3
zict==0.1.3
zipp==0.6.0
zict==0.1.3

0 comments on commit 28bf5d0

Please sign in to comment.