mirror of
https://github.com/Kong/insomnia.git
synced 2026-04-26 09:08:31 -04:00
Only execute docker/login action on linux runners (#50)
This commit is contained in:
1
.github/workflows/release-build.yml
vendored
1
.github/workflows/release-build.yml
vendored
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user