From 578744eddd212a4a94ac6612e96e3336b70eb42e Mon Sep 17 00:00:00 2001 From: MR-ZC <1475796375@qq.com> Date: Wed, 26 Mar 2025 10:51:51 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20GitHub=20Actions=20?= =?UTF-8?q?=E5=B7=A5=E4=BD=9C=E6=B5=81=EF=BC=8C=E4=BF=AE=E6=94=B9=E9=83=A8?= =?UTF-8?q?=E7=BD=B2=E8=84=9A=E6=9C=AC=E4=BB=A5=E8=BE=93=E5=87=BA=E5=BD=93?= =?UTF-8?q?=E5=89=8D=E5=B7=A5=E4=BD=9C=E7=9B=AE=E5=BD=95=EF=BC=8C=E4=BE=BF?= =?UTF-8?q?=E4=BA=8E=E8=B0=83=E8=AF=95=E5=92=8C=E7=A1=AE=E8=AE=A4=E7=8E=AF?= =?UTF-8?q?=E5=A2=83=E8=AE=BE=E7=BD=AE=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/docker-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-build.yml b/.github/workflows/docker-build.yml index 08a7d4c..59c5e61 100644 --- a/.github/workflows/docker-build.yml +++ b/.github/workflows/docker-build.yml @@ -28,7 +28,7 @@ jobs: username: ${{ secrets.REMOTE_USER }} password: ${{ secrets.REMOTE_PASSWORD }} script: | - docker pull registry.fandouke.com/test-image:latest + pwd docker-compose down || true docker-compose up -d