From b8c9b12ac5497f4dc1998cc1e8727f698e9fcd18 Mon Sep 17 00:00:00 2001 From: perror <23651751+perrornet@users.noreply.github.com> Date: Wed, 15 Jan 2025 13:12:30 +0800 Subject: [PATCH] debug --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 0ded91f2e..e7fee0562 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -28,5 +28,5 @@ jobs: context: . file: ./src/Dockerfile.server push: true - tags: debug-${{ steps.meta.outputs.tags }}-${{ github.run_number }} + tags: ${{ steps.meta.outputs.tags }}-${{ github.run_number }}-debug labels: ${{ steps.meta.outputs.labels }} \ No newline at end of file