fix docker login
Explore-Gitea-Actions Details

This commit is contained in:
Mr-lixh 2023-03-27 20:01:41 +08:00
parent 8980e45492
commit 06ea9f8591
1 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ jobs:
run: |
ls ${{ github.workspace }}
-
name: Login to Docker Hub.
name: Login to Docker Hub
uses: docker/login-action@v2
with:
registry: artifacts.iflytek.com
@ -35,5 +35,5 @@ jobs:
uses: docker/build-push-action@v4
with:
push: true
tags: docker-private/ai_devops/gitea_actions:latest
tags: artifacts.iflytek.com/docker-private/ai_devops/gitea_actions:latest
- run: echo "🍏 This job's status is ${{ job.status }}."