fix docker login
Explore-Gitea-Actions Details

This commit is contained in:
Mr-lixh 2023-03-27 19:07:19 +08:00
parent 02ab2f5201
commit b6c93cf3b8
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ jobs:
name: Build and push
run: |
docker version
docker build -t artifacts.iflytek.com/docker-private/ai_devops/gitea_actions:latest . --file ./Dockerfile
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
# -
# name: Build and push