fix docker login
Explore-Gitea-Actions
Details
Explore-Gitea-Actions
Details
This commit is contained in:
parent
c7a63f9165
commit
67b18e6e56
|
@ -15,8 +15,8 @@ jobs:
|
||||||
uses: docker/login-action@v2
|
uses: docker/login-action@v2
|
||||||
with:
|
with:
|
||||||
registry: artifacts.iflytek.com
|
registry: artifacts.iflytek.com
|
||||||
username: ${{ secrets.DOCKER_HUB_USERNAME }}
|
username: xhli18
|
||||||
password: ${{ secrets.DOCKER_HUB_PASSWORD }}
|
password: AKCp8hyEaYo1b3683m5SALTVdWWvHREV9M9Vna4mVsX9PwiQXNFYZEVKeB2oNmGsKj3q4TZ7V
|
||||||
-
|
-
|
||||||
name: Build and push
|
name: Build and push
|
||||||
uses: docker/build-push-action@v4
|
uses: docker/build-push-action@v4
|
||||||
|
|
Loading…
Reference in New Issue