Skip to content

Commit 7f6a9b1

Browse files
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](docker/login-action@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] <support@github.com>
1 parent ac15043 commit 7f6a9b1

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/image-build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,13 +106,13 @@ jobs:
106106
uses: docker/setup-buildx-action@v3
107107

108108
- name: Login to DockerHub
109-
uses: docker/login-action@v3
109+
uses: docker/login-action@v4
110110
with:
111111
username: ${{ secrets.DOCKERHUB_USERNAME }}
112112
password: ${{ secrets.DOCKERHUB_TOKEN }}
113113

114114
- name: Login to Alicloud Container Registry
115-
uses: docker/login-action@v3
115+
uses: docker/login-action@v4
116116
with:
117117
registry: registry.cn-shanghai.aliyuncs.com
118118
username: ${{ secrets.ACR_USERNAME }}

.github/workflows/merge-trigger-tke.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
with:
4646
path: ./matrixone
4747
- name: Login to TCR
48-
uses: docker/login-action@v3
48+
uses: docker/login-action@v4
4949
with:
5050
registry: "ccr.ccs.tencentyun.com"
5151
username: ${{ secrets.TCR_USERNAME }}

0 commit comments

Comments
 (0)