fix docker login
Explore-Gitea-Actions
Details
Explore-Gitea-Actions
Details
This commit is contained in:
parent
36d3a87066
commit
6fc39e7440
|
@ -20,7 +20,7 @@ jobs:
|
||||||
name: Build and push
|
name: Build and push
|
||||||
run: |
|
run: |
|
||||||
docker version
|
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
|
docker push artifacts.iflytek.com/docker-private/ai_devops/gitea_actions:latest
|
||||||
# -
|
# -
|
||||||
# name: Build and push
|
# name: Build and push
|
||||||
|
|
Loading…
Reference in New Issue