Ver Fonte

fix env GHCR_REPOSITORY

Seefs há 4 meses atrás
pai
commit
5cfa64838c
1 ficheiros alterados com 3 adições e 0 exclusões
  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: