Skip to content

Commit 883457a

Browse files
committed
remove helm summary
Signed-off-by: Luiz Oliveira <ziuloliveira@gmail.com>
1 parent 87617d7 commit 883457a

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,4 @@ jobs:
7373
helm repo index . --url ${{ secrets.DOCKER_REGISTRY }}/${{ secrets.DOCKER_USERNAME }}/${{ secrets.DOCKER_REPOSITORY }}
7474
helm registry login ${{ secrets.DOCKER_REGISTRY }} --username ${{ secrets.DOCKER_USERNAME }} --password ${{ secrets.DOCKER_PASSWORD }}
7575
helm push swagger-operator-${{ needs.versioning.outputs.MajorMinorPatch }}-chart.tgz oci://${{ secrets.DOCKER_REGISTRY }}/${{ secrets.DOCKER_USERNAME }}
76-
echo "# Swagger Operator Helm Chart pushed to OCI registry" >> $GITHUB_STEP_SUMMARY
77-
echo "## Helm Chart Version: ${{ needs.versioning.outputs.MajorMinorPatch }}" >> $GITHUB_STEP_SUMMARY
78-
echo " Use the following command to install the chart:" >> $GITHUB_STEP_SUMMARY
79-
echo "```" >> $GITHUB_STEP_SUMMARY
80-
echo "helm install swagger-operator oci://${{ secrets.DOCKER_REGISTRY }}/${{ secrets.DOCKER_USERNAME }}/swagger-operator --version ${{ needs.versioning.outputs.MajorMinorPatch }}-chart" >> $GITHUB_STEP_SUMMARY
81-
echo "```" >> $GITHUB_STEP_SUMMARY
82-
echo "Helm Chart URL:https://hub.docker.com/r//${{ secrets.DOCKER_USERNAME }}/swagger-operator" >> $GITHUB_STEP_SUMMARY
83-
76+

0 commit comments

Comments
 (0)