diff --git a/.github/workflows/release-web.yml b/.github/workflows/release-web.yml index c8541822d..5349affb7 100644 --- a/.github/workflows/release-web.yml +++ b/.github/workflows/release-web.yml @@ -119,7 +119,7 @@ jobs: uses: docker/setup-buildx-action@v4 - name: Login to GHCR - uses: docker/login-action@v4 + uses: docker/login-action@v4.5.2 with: registry: ghcr.io username: ${{ github.actor }}