Skip to content

Commit

Permalink
update action-helm-tools to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
jcorley-sysdig committed Jun 27, 2022
1 parent 1674331 commit 3eb0f86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ runs:
dry_run: ${{ inputs.dry_run }}

- name: test package helm chart
uses: draios/action-helm-tools@v1.0.6
uses: draios/action-helm-tools@v1.0.8
if: ${{ inputs.dry_run == 'false' }}
env:
ACTION: package
Expand All @@ -55,7 +55,7 @@ runs:
ARTIFACTORY_PASSWORD: ${{ inputs.artifactory_password }}

- name: publish helm chart to artifactory
uses: draios/action-helm-tools@v1.0.6
uses: draios/action-helm-tools@v1.0.8
if: ${{ inputs.dry_run != 'true' }}
env:
ACTION: publish
Expand Down

0 comments on commit 3eb0f86

Please sign in to comment.