fix docker login
Explore-Gitea-Actions
Details
Explore-Gitea-Actions
Details
This commit is contained in:
parent
8980e45492
commit
06ea9f8591
|
@ -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 }}."
|
||||
|
|
Loading…
Reference in New Issue