Switch to docker/login-action

This commit is contained in:
CrazyMax
2020-08-27 15:25:30 +02:00
parent b5c1ed2c71
commit 726bb4ae14

View File

@@ -122,7 +122,7 @@ jobs:
-
name: Login to DockerHub
if: success() && github.event_name != 'pull_request' && (endsWith(github.ref, github.event.repository.default_branch) || startsWith(github.ref, 'refs/tags/'))
uses: crazy-max/ghaction-docker-login@v1.1.1
uses: docker/login-action@v1.3.0
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}