diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index eb3d0e21a..b576fe165 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -46,7 +46,7 @@ jobs: run: dotnet build Smartstore.sln -c Release - name: Log in to the GitHub Container registry - uses: docker/login-action@v4 + uses: docker/login-action@v3 with: registry: ghcr.io username: ${{ github.actor }}