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