From 3ea050b93d8683f83c0922680b48369848836700 Mon Sep 17 00:00:00 2001 From: huanghs Date: Mon, 14 Oct 2024 09:36:04 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.gitea/workflows/build-doc?= =?UTF-8?q?ker.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/build-docker.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/build-docker.yml b/.gitea/workflows/build-docker.yml index 536dee2..3bbe7c0 100644 --- a/.gitea/workflows/build-docker.yml +++ b/.gitea/workflows/build-docker.yml @@ -6,8 +6,13 @@ jobs: steps: - name: Checkout uses: actions/checkout@v3 + with: + fetch-depth: 1 - name: Docker build push - uses: ./.gitea/actions/action-docker-build-push + uses: seepine/action-docker-build-push@v1 + with: + push: false + platforms: linux/amd64,linux/arm64 - run: echo The end \ No newline at end of file