fix: Fixes typo in ci workflow.
Some checks failed
CI / release (push) Failing after 33s

This commit is contained in:
2025-04-03 12:03:52 -04:00
parent 5ea3e3bd86
commit 1a28e6a8e0

View File

@@ -23,7 +23,7 @@ jobs:
- name: Login to Container Registery
uses: docker/login-action@v3
with:
registery: git.housh.dev
registry: git.housh.dev
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}