Update push-docker-test2.yaml

fix-docker
justheuristic 2 months ago committed by GitHub
parent f96be67364
commit 6626f8ecc2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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

Loading…
Cancel
Save