From 0dab63612c75ed24db61cb54d793112b5bbd5345 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2026 10:25:38 +0000 Subject: [PATCH] Bump docker/login-action from 3 to 4 in /.github/workflows Bumps [docker/login-action](https://github.com/docker/login-action) from 3 to 4. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/v3...v4) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/image-build.yaml | 4 ++-- .github/workflows/merge-trigger-tke.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/image-build.yaml b/.github/workflows/image-build.yaml index a35ef7eb..ed83de83 100644 --- a/.github/workflows/image-build.yaml +++ b/.github/workflows/image-build.yaml @@ -106,13 +106,13 @@ jobs: uses: docker/setup-buildx-action@v3 - name: Login to DockerHub - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Login to Alicloud Container Registry - uses: docker/login-action@v3 + uses: docker/login-action@v4 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 97fd3f88..beb02591 100644 --- a/.github/workflows/merge-trigger-tke.yaml +++ b/.github/workflows/merge-trigger-tke.yaml @@ -46,7 +46,7 @@ jobs: path: ./matrixone ref: ${{ github.event.pull_request.base.ref }} - name: Login to TCR - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: "ccr.ccs.tencentyun.com" username: ${{ secrets.TCR_USERNAME }}