Fix docker login on Windows (#2573)

* Fix docker login on Windows

* Add TODO
This commit is contained in:
Nikita Salnikov-Tarnovski 2021-03-15 17:12:03 +02:00 committed by GitHub
parent 5bd148ca9b
commit 196d1b3ee7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 5 deletions

View File

@ -59,11 +59,8 @@ jobs:
job-id: matrix-smoke
- name: Login to GitHub Package Registry
uses: docker/login-action@v1
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GHCR_TOKEN }}
#TODO replace with docker-login action when https://github.com/docker/login-action/issues/47
run: echo ${{ secrets.GHCR_TOKEN }} | docker login ghcr.io -u ${{ github.repository_owner }} --password-stdin
- name: Build Docker Image
run: |