From d2d2f708fcc7df0b13d0177d35f85fae08499ef8 Mon Sep 17 00:00:00 2001 From: initialencounter <2911583893@qq.com> Date: Mon, 6 May 2024 21:02:37 +0800 Subject: [PATCH] fix: debug build --- .github/workflows/debug.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/debug.yml b/.github/workflows/debug.yml index fa1559a..5bafea0 100644 --- a/.github/workflows/debug.yml +++ b/.github/workflows/debug.yml @@ -32,7 +32,7 @@ jobs: --tag ${DOCKER_REPO}:$TAG \ --tag ${DOCKER_REPO}:latest-test \ --file ./Dockerfile \ - ./docker + . - name: Docker Hub logout if: always() run: docker logout \ No newline at end of file