Commit ff530f99 by Seefs Committed by GitHub

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

fix env GHCR_REPOSITORY
parents bbc18e83 bed2863a
......@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment