Skip to content

Commit 58f69f4

Browse files
committed
try to package helm
1 parent 724002e commit 58f69f4

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

.github/workflows/build-helm-chart.yaml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -46,19 +46,8 @@ jobs:
4646
uses: helm/[email protected]
4747
with:
4848
charts_dir: helm
49-
config: cr.yaml
49+
config: cr.yml
5050
charts_repo_url: http://fullstack-devops.github.io/helm-charts/
5151
env:
5252
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
5353
HELM_REPO_TOKEN: "${{ secrets.HELM_REPO_TOKEN }}"
54-
55-
- name: Build and push image
56-
uses: docker/build-push-action@v2
57-
with:
58-
builder: ${{ steps.buildx.outputs.name }}
59-
context: ./docker-image/
60-
platforms: ${{ env.IMAGE_PLATFORMS }}
61-
push: true
62-
tags: |
63-
ghcr.io/${{ github.repository }}:latest
64-
ghcr.io/${{ github.repository }}:${{ needs.generate_tag.outputs.output }}

0 commit comments

Comments
 (0)