fix docker login
Explore-Gitea-Actions Details

This commit is contained in:
Mr-lixh 2023-03-27 12:47:19 +08:00
parent c7a63f9165
commit 67b18e6e56
1 changed files with 2 additions and 2 deletions

View File

@ -15,8 +15,8 @@ jobs:
uses: docker/login-action@v2
with:
registry: artifacts.iflytek.com
username: ${{ secrets.DOCKER_HUB_USERNAME }}
password: ${{ secrets.DOCKER_HUB_PASSWORD }}
username: xhli18
password: AKCp8hyEaYo1b3683m5SALTVdWWvHREV9M9Vna4mVsX9PwiQXNFYZEVKeB2oNmGsKj3q4TZ7V
-
name: Build and push
uses: docker/build-push-action@v4