Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Login in Windows environment #47

Closed
Lesmiscore opened this issue Dec 21, 2020 · 1 comment · Fixed by #66
Closed

Login in Windows environment #47

Lesmiscore opened this issue Dec 21, 2020 · 1 comment · Fixed by #66

Comments

@Lesmiscore
Copy link

Behaviour

Steps to reproduce this issue

Run following workflow: (this is minimal I think)

jobs:
  docker-windows:
    runs-on: windows-latest
    continue-on-error: true
    steps:
      - uses: actions/checkout@v2
      - name: Login
        uses: docker/login-action@v1
        with:
          username: ${{ github.repository_owner }}
          password: ${{ secrets.DHUB_TOKEN }}

Expected behaviour

Login is performed. Whether it success or not.

Actual behaviour

Gives:

Error: Only supported on linux platform

Configuration

https://github.com/nao20010128nao/ytdl-patched/blob/master/.github/workflows/build.yml

Logs

a.log

@devedse
Copy link

devedse commented Apr 5, 2021

I would love if you guys could resolve this issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants