diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 060c559..c337780 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -14,7 +14,7 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v4 - - name: Lo in to the Container Registry + - name: Log in to the Container Registry uses: docker/login-action@v3 with: registry: ghcr.io