1
0
Fork 0
mirror of https://github.com/docker/login-action.git synced 2025-05-11 16:09:29 +02:00

Update README

This commit is contained in:
CrazyMax 2020-08-15 14:47:14 +02:00
parent a0182c1603
commit 7b417e3e9c
No known key found for this signature in database
GPG key ID: 3248E46B6BB8C7F7
2 changed files with 2 additions and 2 deletions

View file

@ -36,7 +36,7 @@ jobs:
uses: actions/checkout@v2
-
name: Login to DockerHub
uses: docker/login-action@v1
uses: crazy-max/ghaction-docker-login@v1
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}