fix docker login
Explore-Gitea-Actions Details

This commit is contained in:
Mr-lixh 2023-03-27 19:08:13 +08:00
parent b6c93cf3b8
commit 2928dd2f4d
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ jobs:
name: Build and push
run: |
docker version
sleep 300
docker build -t artifacts.iflytek.com/docker-private/ai_devops/gitea_actions:latest . --file ${{ github.workspace }}/Dockerfile
docker push artifacts.iflytek.com/docker-private/ai_devops/gitea_actions:latest
# -