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
|
job-id: matrix-smoke
|
||||||
|
|
||||||
- name: Login to GitHub Package Registry
|
- name: Login to GitHub Package Registry
|
||||||
uses: docker/login-action@v1
|
#TODO replace with docker-login action when https://github.com/docker/login-action/issues/47
|
||||||
with:
|
run: echo ${{ secrets.GHCR_TOKEN }} | docker login ghcr.io -u ${{ github.repository_owner }} --password-stdin
|
||||||
registry: ghcr.io
|
|
||||||
username: ${{ github.repository_owner }}
|
|
||||||
password: ${{ secrets.GHCR_TOKEN }}
|
|
||||||
|
|
||||||
- name: Build Docker Image
|
- name: Build Docker Image
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in New Issue