diff --git a/.github/workflows/mpm-fe-dockerfile.yaml b/.github/workflows/mpm-fe-dockerfile.yaml index 9a7210e43..9a8551826 100644 --- a/.github/workflows/mpm-fe-dockerfile.yaml +++ b/.github/workflows/mpm-fe-dockerfile.yaml @@ -29,4 +29,4 @@ jobs: file: ./Website/ui/Dockerfile platforms: linux/amd64 push: true - tags: ${{ secrets.DOCKERHUB_USERNAME }}/mpm-frontend:latest + tags: enaccess/mpm-frontend:latest