Time Zones Are Hard - https://tz.rita.moe

Update docker/login-action action to v3 (#5)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [docker/login-action](https://github.com/docker/login-action) | action | major | `v2` -> `v3` |

---

### Release Notes

<details>
<summary>docker/login-action (docker/login-action)</summary>

### [`v3`](https://github.com/docker/login-action/compare/v2...v3)

[Compare Source](https://github.com/docker/login-action/compare/v2...v3)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy42LjIiLCJ1cGRhdGVkSW5WZXIiOiIzNy42LjIiLCJ0YXJnZXRCcmFuY2giOiJtYWluIn0=-->

Reviewed-on: https://git.rita.moe/kody/tz/pulls/5
Co-authored-by: Renovate [bot] <renovate@rita.moe>
Co-committed-by: Renovate [bot] <renovate@rita.moe>

Changed files
+1 -1
.forgejo
workflows
+1 -1
.forgejo/workflows/build.yml
···
uses: docker/setup-buildx-action@v2
- name: Login to registry
-
uses: docker/login-action@v2
+
uses: docker/login-action@v3
with:
registry: ${{ steps.repometa.outputs.REGISTRY_DOMAIN }}
username: ${{ github.repository_owner }}