We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 724002e commit 58f69f4Copy full SHA for 58f69f4
.github/workflows/build-helm-chart.yaml
@@ -46,19 +46,8 @@ jobs:
46
uses: helm/[email protected]
47
with:
48
charts_dir: helm
49
- config: cr.yaml
+ config: cr.yml
50
charts_repo_url: http://fullstack-devops.github.io/helm-charts/
51
env:
52
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
53
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