Fix login credentials 2

This commit is contained in:
Marco Aceti 2020-11-09 16:09:28 +01:00
parent 79cac46c82
commit bb6708fc01
Signed by untrusted user: MarcoBuster
GPG Key ID: E4ABA81298E4F14D
1 changed files with 1 additions and 5 deletions

View File

@ -80,11 +80,7 @@ jobs:
${{ runner.os }}-buildx-${{ env.SAFE_ARCH }}-
- name: Login to ghcr registry
uses: docker/login-action@v1
with:
registry: ghcr.io
username: ${{ secrets.GH_USERNAME }}
password: ${{ secrets.GH_ACCESS_TOKEN }}
run: echo "${{ secrets.GH_ACCESS_TOKEN }}" | docker login ghcr.io -u "${{ secrets.GH_USERNAME }}" --password-stdin
- name: Login to Docker Hub registry
uses: docker/login-action@v1