Skip to content

Commit

Permalink
Fix login credentials 2
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoBuster committed Nov 9, 2020
1 parent 79cac46 commit bb6708f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bb6708f

Please sign in to comment.