Explorar o código

fix env GHCR_REPOSITORY

Seefs hai 4 meses
pai
achega
5cfa64838c
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      .github/workflows/docker-image-arm64.yml

+ 3 - 0
.github/workflows/docker-image-arm64.yml

@@ -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: