test helm action
Explore-Gitea-Actions
Details
Explore-Gitea-Actions
Details
This commit is contained in:
parent
57746ce812
commit
ba8e012c4f
|
@ -30,10 +30,7 @@ jobs:
|
||||||
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
|
||||||
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: Helm version
|
||||||
# uses: docker/build-push-action@v4
|
run: helm version
|
||||||
# with:
|
|
||||||
# push: true
|
|
||||||
# tags: artifacts.iflytek.com/docker-private/ai_devops/gitea_actions:latest
|
|
||||||
- run: echo "🍏 This job's status is ${{ job.status }}."
|
- run: echo "🍏 This job's status is ${{ job.status }}."
|
||||||
|
|
Loading…
Reference in New Issue