Skip to content

Commit 91c2e92

Browse files
Bump docker/login-action from 3 to 4 in /.github/workflows (#342)
* use token_action to pull * 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> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: aptend <aptend@hotmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 51a859f commit 91c2e92

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
@@ -110,13 +110,13 @@ jobs:
110110
uses: docker/setup-buildx-action@v3
111111

112112
- name: Login to DockerHub
113-
uses: docker/login-action@v3
113+
uses: docker/login-action@v4
114114
with:
115115
username: ${{ secrets.DOCKERHUB_USERNAME }}
116116
password: ${{ secrets.DOCKERHUB_TOKEN }}
117117

118118
- name: Login to Alicloud Container Registry
119-
uses: docker/login-action@v3
119+
uses: docker/login-action@v4
120120
with:
121121
registry: registry.cn-shanghai.aliyuncs.com
122122
username: ${{ secrets.ACR_USERNAME }}

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

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

0 commit comments

Comments
 (0)