Skip to content

Commit 935a502

Browse files
committed
2 parents 0b9f7d5 + 6ea4b5c commit 935a502

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,8 @@ on:
88

99
jobs:
1010
build:
11-
runs-on: ubuntu-22.04 #ubuntu-latest
11+
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)