From 00d67b426cac3d3afae1efab6e0ea2d3c4263ee5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 Sep 2023 09:09:50 +0000 Subject: [PATCH] chore(deps): update docker/login-action action to v3 --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 802006c..5d71dbd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -23,13 +23,13 @@ jobs: - name: Set up Docker Buildx uses: docker/setup-buildx-action@v2 - name: Login to DockerHub - uses: docker/login-action@v2 + uses: docker/login-action@v3 if: ${{ github.ref == 'refs/heads/master' }} with: username: ${{ secrets.DOCKER_HUB_USER }} password: ${{ secrets.DOCKER_HUB_PASSWORD }} - name: Login to quay.io - uses: docker/login-action@v2 + uses: docker/login-action@v3 if: ${{ github.ref == 'refs/heads/master' }} with: registry: quay.io