diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index db06aafa..c43fb59d 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -31,4 +31,4 @@ jobs: uses: docker/build-push-action@v5 with: push: true - tags: ${{ secrets.DOCKERHUB_USERNAME }}/goplus-community-${{ env.BRANCH_NAME }}:latest \ No newline at end of file + tags: ${{ secrets.DOCKERHUB_USERNAME }}/${{ github.repository_owner }}-goplus-community-${{ env.BRANCH_NAME }}:latest \ No newline at end of file