From 459585ee94a0c85d8eb1b0338f48445eee923928 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2026 10:23:02 +0000 Subject: [PATCH] build(deps): bump docker/login-action in /.github/workflows Bumps [docker/login-action](https://github.com/docker/login-action) from 4 to 4.5.2. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/v4...v4.5.2) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 4.5.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/image-build.yaml | 8 ++++---- .github/workflows/merge-trigger-tke.yaml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/image-build.yaml b/.github/workflows/image-build.yaml index 11da661..3c9aed4 100644 --- a/.github/workflows/image-build.yaml +++ b/.github/workflows/image-build.yaml @@ -106,13 +106,13 @@ jobs: uses: docker/setup-buildx-action@v4 - name: Login to DockerHub - uses: docker/login-action@v4 + uses: docker/login-action@v4.5.2 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Login to Alicloud Container Registry - uses: docker/login-action@v4 + uses: docker/login-action@v4.5.2 with: registry: registry.cn-shanghai.aliyuncs.com username: ${{ secrets.ACR_USERNAME }} @@ -160,13 +160,13 @@ jobs: uses: docker/setup-buildx-action@v4 - name: Login to DockerHub - uses: docker/login-action@v4 + uses: docker/login-action@v4.5.2 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Login to Alicloud Container Registry - uses: docker/login-action@v4 + uses: docker/login-action@v4.5.2 with: registry: registry.cn-shanghai.aliyuncs.com username: ${{ secrets.ACR_USERNAME }} diff --git a/.github/workflows/merge-trigger-tke.yaml b/.github/workflows/merge-trigger-tke.yaml index 5a368e1..27ef5cb 100644 --- a/.github/workflows/merge-trigger-tke.yaml +++ b/.github/workflows/merge-trigger-tke.yaml @@ -46,7 +46,7 @@ jobs: token: ${{ secrets.TOKEN_ACTION }} path: ./matrixone - name: Login to TCR - uses: docker/login-action@v4 + uses: docker/login-action@v4.5.2 with: registry: "ccr.ccs.tencentyun.com" username: ${{ secrets.TCR_USERNAME }}