fix image push
Explore-Gitea-Actions
Details
Explore-Gitea-Actions
Details
This commit is contained in:
parent
d24487b0bc
commit
2ec3a4603d
|
@ -29,7 +29,8 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
docker version
|
docker version
|
||||||
docker buildx build -t artifacts.iflytek.com/docker-private/ai_devops/gitea_actions:latest . --file ${{ github.workspace }}/Dockerfile --load
|
docker buildx build -t artifacts.iflytek.com/docker-private/ai_devops/gitea_actions:latest . --file ${{ github.workspace }}/Dockerfile --load
|
||||||
sleep 300
|
docker push artifacts.iflytek.com/docker-private/ai_devops/gitea_actions:latest
|
||||||
|
docker rmi artifacts.iflytek.com/docker-private/ai_devops/gitea_actions:latest
|
||||||
-
|
-
|
||||||
name: Helm version
|
name: Helm version
|
||||||
run: helm version
|
run: helm version
|
||||||
|
|
Loading…
Reference in New Issue