Fix docker login on Windows (#2573)
* Fix docker login on Windows * Add TODO
This commit is contained in:
parent
5bd148ca9b
commit
196d1b3ee7
|
@ -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: |
|
||||
|
|
Loading…
Reference in New Issue