fix docker login
Explore-Gitea-Actions
Details
Explore-Gitea-Actions
Details
This commit is contained in:
parent
6fc39e7440
commit
02ab2f5201
|
@ -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 ./Dockerfile
|
||||
docker build -t artifacts.iflytek.com/docker-private/ai_devops/gitea_actions:latest . --file ./Dockerfile
|
||||
docker push artifacts.iflytek.com/docker-private/ai_devops/gitea_actions:latest
|
||||
# -
|
||||
# name: Build and push
|
||||
|
|
Loading…
Reference in New Issue