From 926f773771070ab4b2d5b70eccb9e9197b700c29 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 14 Mar 2025 15:53:39 +0000 Subject: [PATCH] chore(deps): update docker/login-action action to v3.4.0 (#207) 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 9928286..dbf50bd 100644 --- a/.github/workflows/image-build-and-publish-push.yaml +++ b/.github/workflows/image-build-and-publish-push.yaml @@ -46,7 +46,7 @@ jobs: - name: "[prind] set up build environment" uses: ./.github/actions/image-build-common - name: "[docker] login" - uses: docker/login-action@v3.3.0 + uses: docker/login-action@v3.4.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 5321fef..82c0238 100644 --- a/.github/workflows/image-build-and-publish-schedule.yaml +++ b/.github/workflows/image-build-and-publish-schedule.yaml @@ -21,7 +21,7 @@ jobs: - name: "[prind] set up build environment" uses: ./.github/actions/image-build-common - name: "[docker] login" - uses: docker/login-action@v3.3.0 + uses: docker/login-action@v3.4.0 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }}