Skip to content

Commit

Permalink
ci(release): test
Browse files Browse the repository at this point in the history
Signed-off-by: r3drun3 <[email protected]>
  • Loading branch information
R3DRUN3 committed Feb 16, 2024
1 parent 2e75d87 commit 81dd110
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,15 +70,15 @@ jobs:
COSIGN_PASSWORD: ${{ secrets.COSIGN_PASSWORD }}

- name: helmify
run: pwd && ls -lah && make helm
run: pwd && ls -lah && make helm && ls && ls charts

- name: Chart | Push
uses: appany/[email protected]
with:
name: khaos
repository: ${{ github.repository }}/helm-charts
tag: ${{ steps.tagger.outputs.version-without-v }}
path: charts
tag: ${{ github.ref_name }}
path: charts/
registry: ghcr.io
registry_username: ${{ github.repository_owner }}
registry_password: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 81dd110

Please sign in to comment.