Update github-actions-builddockerfile.yml

This commit is contained in:
McCloudS
2024-02-05 23:40:59 -07:00
committed by GitHub
parent 2e38625ee9
commit 74b80bbdd7

View File

@@ -13,6 +13,8 @@ jobs:
docker:
runs-on: ubuntu-latest
steps:
- name: Delete huge unnecessary tools folder
run: rm -rf /opt/hostedtoolcache
- name: Setup Docker buildx
uses: docker/setup-buildx-action@v2
-