fix docker login
Explore-Gitea-Actions
Details
Explore-Gitea-Actions
Details
This commit is contained in:
parent
67b18e6e56
commit
996dada594
|
@ -14,9 +14,9 @@ jobs:
|
||||||
name: Login to Registry
|
name: Login to Registry
|
||||||
uses: docker/login-action@v2
|
uses: docker/login-action@v2
|
||||||
with:
|
with:
|
||||||
registry: artifacts.iflytek.com
|
registry: 10.101.2.3
|
||||||
username: xhli18
|
username: admin
|
||||||
password: AKCp8hyEaYo1b3683m5SALTVdWWvHREV9M9Vna4mVsX9PwiQXNFYZEVKeB2oNmGsKj3q4TZ7V
|
password: iflytek!
|
||||||
-
|
-
|
||||||
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