From 775ecce48c08862089f147eb2bf13de8f9c0de43 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 Jul 2024 20:58:06 +0000 Subject: [PATCH] chore(deps): update docker/login-action action to v3.3.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 0a50f08..286f6ff 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.2.0 + uses: docker/login-action@v3.3.0 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }}