From c6cc6a0ed5f7367247f05fce3909bb8477816d35 Mon Sep 17 00:00:00 2001 From: yym68686 Date: Fri, 27 Sep 2024 03:24:37 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=BB=20Code:=20Simplify=20GitHub=20pack?= =?UTF-8?q?ages=20mirror=20name?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 834f9a7..ebd8b91 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -81,5 +81,5 @@ jobs: tags: | yym68686/uni-api:latest yym68686/uni-api:${{ steps.bump_version.outputs.new_version }} - ghcr.io/${{ github.repository }}/uni-api:latest - ghcr.io/${{ github.repository }}/uni-api:${{ steps.bump_version.outputs.new_version }} \ No newline at end of file + ghcr.io/${{ github.repository }}:latest + ghcr.io/${{ github.repository }}:${{ steps.bump_version.outputs.new_version }} \ No newline at end of file