BLOG-9 fix: missing space
All checks were successful
PR Title Check / pr-title-check (pull_request) Successful in 13s
Frontend CI / build (push) Successful in 1m35s

This commit is contained in:
SquidSpirit 2025-01-25 00:01:05 +08:00
parent a0b3c43f48
commit 290050700d

View File

@ -20,7 +20,7 @@ jobs:
- name: Build image and push to registry
uses: docker/login-action@v3
with:
registry: ${{ vars.REGISTRY}}
registry: ${{ vars.REGISTRY }}
username: ${{ vars.REGISTRY_USERNAME }}
password: ${{ secrets.REGISTRY_PASSWORD }}