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
|
||||
uses: docker/login-action@v2
|
||||
with:
|
||||
registry: artifacts.iflytek.com
|
||||
username: xhli18
|
||||
password: AKCp8hyEaYo1b3683m5SALTVdWWvHREV9M9Vna4mVsX9PwiQXNFYZEVKeB2oNmGsKj3q4TZ7V
|
||||
registry: 10.101.2.3
|
||||
username: admin
|
||||
password: iflytek!
|
||||
-
|
||||
name: Build and push
|
||||
uses: docker/build-push-action@v4
|
||||
|
|
Loading…
Reference in New Issue