diff --git a/.github/workflows/dockerhub.yml b/.github/workflows/dockerhub.yml index c73d49a..d45b71a 100644 --- a/.github/workflows/dockerhub.yml +++ b/.github/workflows/dockerhub.yml @@ -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 diff --git a/charts/subaligner/Chart.yaml b/charts/subaligner/Chart.yaml index 625ae57..2930c0a 100644 --- a/charts/subaligner/Chart.yaml +++ b/charts/subaligner/Chart.yaml @@ -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" diff --git a/requirements-arm64.txt b/requirements-arm64.txt index 5ba9c0e..c0c8b79 100644 --- a/requirements-arm64.txt +++ b/requirements-arm64.txt @@ -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 \ No newline at end of file +zict==0.1.3 \ No newline at end of file