Skip to content

Commit eee0389

Browse files
dependabot[bot]Chronostasys
authored andcommitted
chore(ci): bump docker/login-action from 2 to 3
Bumps [docker/login-action](https://github.com/docker/login-action) from 2 to 3. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v2...v3) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b9efac2 commit eee0389

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docker_dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
uses: docker/setup-buildx-action@v2
3030
-
3131
name: Login to ali registry
32-
uses: docker/login-action@v2
32+
uses: docker/login-action@v3
3333
with:
3434
registry: registry.cn-hangzhou.aliyuncs.com
3535
username: ${{ secrets.DOCKERHUB_USERNAME }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jobs:
141141
uses: docker/setup-buildx-action@v2
142142
- if: ${{ matrix.config.os == 'ubuntu-latest' }}
143143
name: Login to ali registry
144-
uses: docker/login-action@v2
144+
uses: docker/login-action@v3
145145
with:
146146
registry: registry.cn-hangzhou.aliyuncs.com
147147
username: ${{ secrets.DOCKERHUB_USERNAME }}

0 commit comments

Comments
 (0)