From 7bc6011783ac810d83055cc1990aa34fba87699d Mon Sep 17 00:00:00 2001 From: sijinhui Date: Tue, 30 Jan 2024 22:06:03 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E4=BA=86=E5=BE=88=E5=A4=9A?= =?UTF-8?q?=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/dockerToHub-dev.yml | 2 +- .github/workflows/dockerToHub.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dockerToHub-dev.yml b/.github/workflows/dockerToHub-dev.yml index a74ed9043..4ad5e20fc 100644 --- a/.github/workflows/dockerToHub-dev.yml +++ b/.github/workflows/dockerToHub-dev.yml @@ -16,7 +16,7 @@ jobs: uses: actions/checkout@v3 with: ref: 'dev' - clean: false + clean: true github-server-url: 'https://gh.siji.ci' - name: build and deploy to Docker Hub run: | diff --git a/.github/workflows/dockerToHub.yml b/.github/workflows/dockerToHub.yml index 6d90ee977..8dcf632c2 100644 --- a/.github/workflows/dockerToHub.yml +++ b/.github/workflows/dockerToHub.yml @@ -23,7 +23,7 @@ jobs: - name: Check out the repo uses: actions/checkout@v3 with: - clean: false + clean: true github-server-url: 'https://gh.siji.ci' - name: build and deploy to Docker Hub run: |