Skip to content

Commit

Permalink
Merge branch 'inaseg-cloud' of https://github.com/lovegaoshi/bili-mus…
Browse files Browse the repository at this point in the history
…ic-segmenter into inaseg-cloud
  • Loading branch information
lovegaoshi committed Nov 30, 2024
2 parents 17dc371 + 61c0df6 commit c360d3d
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,22 @@ jobs:
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}

- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main
with:
# this might remove tools that are actually needed,
# if set to "true" but frees about 6 GB
tool-cache: false
# all of these default to true, but feel free to set to
# "false" if necessary for your workflow
android: true
dotnet: true
haskell: true
large-packages: true
docker-images: false
swap-storage: false

-
name: Build and push
uses: docker/build-push-action@v4
Expand Down

0 comments on commit c360d3d

Please sign in to comment.