Skip to content

Commit

Permalink
Update push-docker-test2.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
justheuristic authored Feb 28, 2024
1 parent f96be67 commit 6626f8e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/push-docker-test2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,18 @@ jobs:
username: ${{ secrets.DOCKER_HUB_USERNAME }}
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}


- name: Free disk space on Ubuntu runner
uses: kfir4444/free-disk-space@main
with:
# frees about 6 GB, warning: may remove required tools
tool-cache: false
android: true
dotnet: true
haskell: true
large-packages: true
swap-storage: true

- name: Build and push
id: docker_buildd
uses: docker/build-push-action@v5
Expand Down

0 comments on commit 6626f8e

Please sign in to comment.