Skip to content

Commit 6ea4b5c

Browse files
authored
Remove swap space increase step from workflow
Removed the step to increase swap space in the build job.
1 parent d3337c7 commit 6ea4b5c

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ jobs:
1010
build:
1111
runs-on: self-hosted
1212
steps:
13-
- name: Increase swap space
14-
run: sudo /bin/dd if=/dev/zero of=/var/swap.1 bs=1M count=5120 && sudo chmod 600 /var/swap.1 && sudo /sbin/mkswap /var/swap.1 && sudo /sbin/swapon /var/swap.1
15-
1613
- name: Login to Docker Hub
1714
uses: docker/login-action@v3
1815
with:

0 commit comments

Comments
 (0)