From b8d17b096fdf24b478fccfb91d1ef53133e78cbb Mon Sep 17 00:00:00 2001 From: initialencounter <2911583893@qq.com> Date: Mon, 6 May 2024 20:58:02 +0800 Subject: [PATCH] test 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 9abf8dc..b49a1bd 100644 --- a/.github/workflows/debug.yml +++ b/.github/workflows/debug.yml @@ -34,7 +34,7 @@ jobs: --output "type=image,push=true" \ --platform linux/amd64,linux/arm64 \ --tag ${DOCKER_REPO}:$TAG \ - --tag ${DOCKER_REPO}:latest \ + --tag ${DOCKER_REPO}:latest-test \ --file ./Dockerfile \ ./docker - name: Docker Hub logout