Skip to content

Login in Windows environment #47

Description

@Lesmiscore

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions