From 6fc39e7440fe0059158f6184c37b4616bd6e854d Mon Sep 17 00:00:00 2001 From: Mr-lixh Date: Mon, 27 Mar 2023 19:04:59 +0800 Subject: [PATCH] fix docker login --- .gitea/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index b6ba68c..c6a07fd 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -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