test helm action
Explore-Gitea-Actions
Details
Explore-Gitea-Actions
Details
This commit is contained in:
parent
ba8e012c4f
commit
bed54721ea
|
@ -28,8 +28,7 @@ jobs:
|
||||||
name: Build and push
|
name: Build and push
|
||||||
run: |
|
run: |
|
||||||
docker version
|
docker version
|
||||||
docker buildx build -t artifacts.iflytek.com/docker-private/ai_devops/gitea_actions:latest . --file ${{ github.workspace }}/Dockerfile
|
docker buildx build -t artifacts.iflytek.com/docker-private/ai_devops/gitea_actions:latest . --file ${{ github.workspace }}/Dockerfile --push
|
||||||
docker push 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