From 2e491845a596528405bb0db2991a4ecbf9cd9817 Mon Sep 17 00:00:00 2001 From: imnyang Date: Sat, 11 Apr 2026 09:25:23 +0000 Subject: [PATCH] Update .github/workflows/main.yml --- .github/workflows/main.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e148f5c..d089cd6 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -7,7 +7,7 @@ on: name: Web Build jobs: build: - runs-on: ubuntu-latest + runs-on: x86_64 steps: - name: Checkout uses: actions/checkout@v5 @@ -41,11 +41,11 @@ jobs: tags: | ghcr.io/imnyang/imnya.ng:latest ghcr.io/imnyang/imnya.ng:${{ github.run_id }} - update: - runs-on: self-hosted - steps: - - name: Pull and restart container - run: | - docker-compose -f /home/neko/Git/imnya.ng/compose.yml pull web - docker-compose -f /home/neko/Git/imnya.ng/compose.yml up -d web - needs: build + # update: + # runs-on: self-hosted + # steps: + # - name: Pull and restart container + # run: | + # docker-compose -f /home/neko/Git/imnya.ng/compose.yml pull web + # docker-compose -f /home/neko/Git/imnya.ng/compose.yml up -d web + # needs: build