Skip to content

Commit 8b17afc

Browse files
build: update build-and-push.yml.
1 parent c5e4bbf commit 8b17afc

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/build-and-push.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,10 @@ jobs:
5252
swap-storage: true
5353
- name: Check Disk Space
5454
run: df -h
55+
- name: Set Swap Space
56+
uses: pierotofy/set-swap-space@master
57+
with:
58+
swap-size-gb: 8
5559
- name: Checkout
5660
uses: actions/checkout@v4
5761
with:
@@ -116,6 +120,10 @@ jobs:
116120
swap-storage: true
117121
- name: Check Disk Space
118122
run: df -h
123+
- name: Set Swap Space
124+
uses: pierotofy/set-swap-space@master
125+
with:
126+
swap-size-gb: 8
119127
- name: Checkout
120128
uses: actions/checkout@v4
121129
with:

0 commit comments

Comments
 (0)