Update build-image-and-push.yaml

This commit is contained in:
澄潭
2024-02-04 23:44:31 +08:00
committed by GitHub
parent 48c3db85c4
commit a68dde0b91

View File

@@ -96,6 +96,16 @@ jobs:
with:
fetch-depth: 1
- name: Free Up GitHub Actions Ubuntu Runner Disk Space 🔧
uses: jlumbroso/free-disk-space@main
with:
tool-cache: false
android: false
dotnet: false
haskell: false
large-packages: false
swap-storage: false
- name: "Setup Go"
uses: actions/setup-go@v3
with:
@@ -163,6 +173,16 @@ jobs:
with:
fetch-depth: 1
- name: Free Up GitHub Actions Ubuntu Runner Disk Space 🔧
uses: jlumbroso/free-disk-space@main
with:
tool-cache: false
android: false
dotnet: false
haskell: false
large-packages: false
swap-storage: false
- name: "Setup Go"
uses: actions/setup-go@v3
with: