Skip to content

Commit

Permalink
Update build-image-and-push.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
johnlanni authored Feb 4, 2024
1 parent 48c3db8 commit a68dde0
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/build-image-and-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit a68dde0

Please sign in to comment.