From 164a27bafd20a5182f472bf694bf38f5966757bb Mon Sep 17 00:00:00 2001 From: ReaJason Date: Sun, 2 Feb 2025 15:28:45 +0800 Subject: [PATCH] ci: image name error [skip ci] --- .github/workflows/build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 9a0cde0f..2f334cd3 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -86,5 +86,5 @@ jobs: platforms: linux/amd64,linux/arm64 push: true tags: | - ${{ vars.DOCKERHUB_USERNAME }}/memshell-party:latest - ghcr.io/${{ github.repository_owner }}/memshell-party:latest \ No newline at end of file + reajason/memshell-party:latest + ghcr.io/reajason/memshell-party:latest \ No newline at end of file