ci: fix typo in echo command and update login step name

- Fix typo
This commit is contained in:
Havoc420Mac 2025-04-05 12:24:24 +08:00
parent e1c08e261a
commit 30f452b44d

View File

@ -27,7 +27,7 @@ jobs:
run: |
echo ${{ env.REGISTRY }}
echo ${{ gitea.actor }}
exho ${{ secrets.GHCR_USER }}
echo ${{ secrets.GHCR_USER }}
echo ${{ secrets.GHCR_TOKEN }}
echo ${{ env.IMGAE_NAME }}
@ -47,7 +47,7 @@ jobs:
echo "env_suffix=dev-${branch}" >> $GITHUB_OUTPUT
fi
- name: 登录到 Gitea Container Registry
- name: 登录到 Github Container Registry
uses: docker/login-action@v3
with:
registry: ghcr.io