From aca291414da64a586fb62edae01d40d2c6722686 Mon Sep 17 00:00:00 2001 From: Vesa Meskanen Date: Mon, 21 Aug 2023 14:01:12 +0300 Subject: [PATCH] Update .github/workflows/hotfix-pipeline.yml Co-authored-by: Joel Lappalainen --- .github/workflows/hotfix-pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/hotfix-pipeline.yml b/.github/workflows/hotfix-pipeline.yml index 4db16c4a6d..bfa452cab9 100644 --- a/.github/workflows/hotfix-pipeline.yml +++ b/.github/workflows/hotfix-pipeline.yml @@ -18,7 +18,7 @@ jobs: - name: configure Docker Buildx uses: docker/setup-buildx-action@v2 - name: log in to DockerHub - uses: docker/login-action@v1 + uses: docker/login-action@v2 with: username: ${{ secrets.DOCKER_USER }} password: ${{ secrets.DOCKER_AUTH }}