From bb3f626ce72e161288e773c1a6aac38a86155eb7 Mon Sep 17 00:00:00 2001 From: linyq Date: Tue, 8 Oct 2024 09:43:16 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0action?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/dockerImageBuild.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dockerImageBuild.yml b/.github/workflows/dockerImageBuild.yml index eda2bb7..b828c09 100644 --- a/.github/workflows/dockerImageBuild.yml +++ b/.github/workflows/dockerImageBuild.yml @@ -39,5 +39,5 @@ jobs: push: true platforms: linux/amd64,linux/arm64 tags: | - ${{ secrets.DOCKERHUB_USERNAME }}/${{ GITHUB_REPOSITORY_NAME_PART }}:${{ env.PROJECT_VERSION }} - ${{ secrets.DOCKERHUB_USERNAME }}/${{ GITHUB_REPOSITORY_NAME_PART }}:latest + ${{ secrets.DOCKERHUB_USERNAME }}/narratoai:${{ env.PROJECT_VERSION }} + ${{ secrets.DOCKERHUB_USERNAME }}/narratoai:latest