test helm action
Explore-Gitea-Actions Details

This commit is contained in:
a601287411 2023-03-29 13:57:40 +08:00
parent 57746ce812
commit ba8e012c4f
1 changed files with 3 additions and 6 deletions

View File

@ -30,10 +30,7 @@ jobs:
docker version
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
# -
# name: Build and push
# uses: docker/build-push-action@v4
# with:
# push: true
# tags: artifacts.iflytek.com/docker-private/ai_devops/gitea_actions:latest
-
name: Helm version
run: helm version
- run: echo "🍏 This job's status is ${{ job.status }}."