From 83058dcf8d2a36c54ffb34acb78a8d0648781d3e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 3 Apr 2026 09:41:51 +0000 Subject: [PATCH] chore(deps): update docker/login-action action to v4.1.0 (#267) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/image-build-and-publish-push.yaml | 2 +- .github/workflows/image-build-and-publish-schedule.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/image-build-and-publish-push.yaml b/.github/workflows/image-build-and-publish-push.yaml index 4727d71..3605534 100644 --- a/.github/workflows/image-build-and-publish-push.yaml +++ b/.github/workflows/image-build-and-publish-push.yaml @@ -48,7 +48,7 @@ jobs: - name: "[prind] set up build environment" uses: ./.github/actions/image-build-common - name: "[docker] login" - uses: docker/login-action@v4.0.0 + uses: docker/login-action@v4.1.0 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} diff --git a/.github/workflows/image-build-and-publish-schedule.yaml b/.github/workflows/image-build-and-publish-schedule.yaml index f63e08b..c5fd995 100644 --- a/.github/workflows/image-build-and-publish-schedule.yaml +++ b/.github/workflows/image-build-and-publish-schedule.yaml @@ -22,7 +22,7 @@ jobs: - name: "[prind] set up build environment" uses: ./.github/actions/image-build-common - name: "[docker] login" - uses: docker/login-action@v4.0.0 + uses: docker/login-action@v4.1.0 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }}