Only execute docker/login action on linux runners (#50)

This commit is contained in:
Balu George
2025-04-01 16:25:48 +05:30
committed by GitHub
parent 6c9c95db6c
commit cebf2fb55c

View File

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