diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 51ad256..6a08d94 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -58,7 +58,7 @@ jobs: - name: Login to hub.docker.com uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0 with: - username: ${{ secrets.DOCKERHUB_USERNAME }} + username: etkecc password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Extract metadata (tags, labels) for Docker id: meta diff --git a/README.md b/README.md index 658d773..be3c56c 100644 --- a/README.md +++ b/README.md @@ -109,10 +109,10 @@ The following changes are already implemented: * ๐Ÿ“ž [Support E.164-based Matrix IDs (MSC4009)](https://github.com/etkecc/synapse-admin/pull/214) * ๐Ÿ›‘ [Add support for Account Suspension (MSC3823)](https://github.com/etkecc/synapse-admin/pull/195) * ๐Ÿ—‘๏ธ [Add "Purge Remote Media" button](https://github.com/etkecc/synapse-admin/pull/237) -* [Respect base url (`BASE_PATH` / `vite build --base`) when loading `config.json`](https://github.com/etkecc/synapse-admin/pull/274) -* [Add Users' Account Data tab](https://github.com/etkecc/synapse-admin/pull/276) -* [Make bulk registration CSV import more user-friendly](https://github.com/etkecc/synapse-admin/pull/411) -* [Configurable CORS Credentials](https://github.com/etkecc/synapse-admin/pull/456) +* ๐Ÿ“ [Respect base url (`BASE_PATH` / `vite build --base`) when loading `config.json`](https://github.com/etkecc/synapse-admin/pull/274) +* ๐Ÿ—‚๏ธ [Add Users' Account Data tab](https://github.com/etkecc/synapse-admin/pull/276) +* ๐Ÿงพ [Make bulk registration CSV import more user-friendly](https://github.com/etkecc/synapse-admin/pull/411) +* ๐ŸŒ [Configurable CORS Credentials](https://github.com/etkecc/synapse-admin/pull/456) #### exclusive for [etke.cc](https://etke.cc) customers