We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5e4bbf commit 8b17afcCopy full SHA for 8b17afc
.github/workflows/build-and-push.yml
@@ -52,6 +52,10 @@ jobs:
52
swap-storage: true
53
- name: Check Disk Space
54
run: df -h
55
+ - name: Set Swap Space
56
+ uses: pierotofy/set-swap-space@master
57
+ with:
58
+ swap-size-gb: 8
59
- name: Checkout
60
uses: actions/checkout@v4
61
with:
@@ -116,6 +120,10 @@ jobs:
116
120
117
121
118
122
123
124
125
126
119
127
128
129
0 commit comments