We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9efac2 commit eee0389Copy full SHA for eee0389
.github/workflows/docker_dev.yml
@@ -29,7 +29,7 @@ jobs:
29
uses: docker/setup-buildx-action@v2
30
-
31
name: Login to ali registry
32
- uses: docker/login-action@v2
+ uses: docker/login-action@v3
33
with:
34
registry: registry.cn-hangzhou.aliyuncs.com
35
username: ${{ secrets.DOCKERHUB_USERNAME }}
.github/workflows/release.yml
@@ -141,7 +141,7 @@ jobs:
141
142
- if: ${{ matrix.config.os == 'ubuntu-latest' }}
143
144
145
146
147
0 commit comments