fix docker login
Explore-Gitea-Actions Details

This commit is contained in:
Mr-lixh 2023-03-27 19:04:59 +08:00
parent 36d3a87066
commit 6fc39e7440
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 ${{ github.workspace }}/Dockerfile
docker build -t artifacts.iflytek.com/docker-private/ai_devops/gitea_actions:latest ./Dockerfile
docker push artifacts.iflytek.com/docker-private/ai_devops/gitea_actions:latest
# -
# name: Build and push