From 379e889f71db7c5ed0d4ea3476f268929622c2dd Mon Sep 17 00:00:00 2001 From: yyzy-official Date: Wed, 2 Jul 2025 18:09:48 +0800 Subject: [PATCH] Update maven.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修改工作流版本号问题 --- .github/workflows/maven.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 3197ffe..0c70333 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -83,5 +83,6 @@ jobs: context: . push: true tags: | + ghcr.io/${{ github.repository }}:${{ steps.extract_tag.outputs.tag }} ghcr.io/${{ github.repository }}:${{ github.sha }} ghcr.io/${{ github.repository }}:main