Skip to content

Commit

Permalink
Skip helm and slsa
Browse files Browse the repository at this point in the history
  • Loading branch information
jhrv committed Dec 20, 2024
1 parent 88f81f6 commit ab3253c
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,4 @@ jobs:
google_service_account: gh-api-reconcilers
workload_identity_provider: ${{ secrets.NAIS_IO_WORKLOAD_IDENTITY_PROVIDER }}
push: true
- name: Build Chart
run: |-
sed -i "s/^version: .*/version: ${{ steps.build-push-sign.outputs.version }}/g" charts/Chart.yaml
cat charts/Chart.yaml
helm package charts
- name: Push Chart
run: |-
helm push ${{ env.NAME }}*.tgz ${{ env.IMAGE_REPOSITORY }}
slsa: false

0 comments on commit ab3253c

Please sign in to comment.