Merge pull request #2016 from seefs001/fix/ci-env

fix env GHCR_REPOSITORY
This commit is contained in:
Seefs
2025-10-11 14:19:42 +08:00
committed by GitHub

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: