From 726bb4ae14ac5f63e2b6bd3ddc9aee9ec8674ff8 Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Thu, 27 Aug 2020 15:25:30 +0200 Subject: [PATCH] Switch to docker/login-action --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c3c1a376..56b2c8df 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 }}