From cb512873691a3ff2d51f95d9e6d0aa7e9284eeb7 Mon Sep 17 00:00:00 2001 From: yinxiaolong Date: Thu, 18 Jun 2026 18:36:24 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E7=A7=BB=E9=99=A4=E5=8F=91=E5=B8=83?= =?UTF-8?q?=E5=B7=A5=E4=BD=9C=E6=B5=81=E5=8F=8ADockerfile=EF=BC=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 12bd4da..7ed2e77 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,15 +1,12 @@ -name: Remote SSH Command -on: [push] +name: Build Docker + +on: [push, pull_request] + jobs: build: - name: Build runs-on: ubuntu-latest steps: - - name: 执行远程 SSH 命令(密码认证) - uses: appleboy/ssh-action@v1 - with: - host: ${{ secrets.HOST }} - username: ${{ secrets.USERNAME }} - password: ${{ secrets.PASSWORD }} - port: ${{ secrets.PORT }} - script: whoami \ No newline at end of file + - name: Checkout code + uses: actions/checkout@v6 + - name: Build + run: ls -la