fix env GHCR_REPOSITORY

This commit is contained in:
Seefs
2025-10-11 14:18:09 +08:00
parent 55afd5cbdf
commit 5cfa64838c

View File

@@ -91,6 +91,9 @@ jobs:
- name: Extract tag
run: echo "TAG=${GITHUB_REF#refs/tags/}" >> $GITHUB_ENV
- name: Normalize GHCR repository
run: echo "GHCR_REPOSITORY=${GITHUB_REPOSITORY,,}" >> $GITHUB_ENV
- name: Log in to Docker Hub
uses: docker/login-action@v3
with: