From 1b0e88a94ec549edb6946d3b60deac58efb6ced2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 2 Jun 2024 14:33:01 +0000 Subject: [PATCH] chore(deps): update docker/login-action action to v3.2.0 --- .github/workflows/image-build-and-publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/image-build-and-publish.yaml b/.github/workflows/image-build-and-publish.yaml index 05cb2ac..0a50f08 100644 --- a/.github/workflows/image-build-and-publish.yaml +++ b/.github/workflows/image-build-and-publish.yaml @@ -19,7 +19,7 @@ jobs: - name: "[prind] set up build environment" uses: ./.github/actions/image-build-common - name: "[docker] login" - uses: docker/login-action@v3.1.0 + uses: docker/login-action@v3.2.0 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }}