From eef56b308c75a1f68f32fcd46e1f4fc092335137 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