From 1a28e6a8e0f4161dbaf9b08ef5af0736e778a2bd Mon Sep 17 00:00:00 2001 From: Michael Housh Date: Thu, 3 Apr 2025 12:03:52 -0400 Subject: [PATCH] fix: Fixes typo in ci workflow. --- .gitea/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 9612b38..213a076 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -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 }}