diff --git a/.github/workflows/release-build.yml b/.github/workflows/release-build.yml index df04ec18a7..8112eee57c 100644 --- a/.github/workflows/release-build.yml +++ b/.github/workflows/release-build.yml @@ -211,6 +211,7 @@ jobs: run: npm run artifacts -w insomnia-inso - name: Login to Docker Hub + if: runner.os == 'Linux' && runner.arch == 'X64' uses: docker/login-action@3d58c274f17dffee475a5520cbe67f0a882c4dbb # v2.1.0 with: username: ${{ secrets.DOCKER_REGISTRY_USER }}