Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
roschaefer committed Oct 27, 2024
1 parent e199106 commit ee71774
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,9 @@ jobs:
sops decrypt ./helmfile/secrets/kubeconfig > ~/.kube/config
chmod 600 ~/.kube/config
- uses: helmfile/helmfile-action@80fbb6408b98822310f94d8d1321a2cacf87f78f #v1.9.2
env:
OCELOT_IMAGE_TAG: ${{ inputs.ocelot_version }}
with:
env:
OCELOT_IMAGE_TAG: ${{ inputs.ocelot_version }}
helmfile-args: apply
helmfile-workdirectory: ./helmfile
helm-plugins: >
Expand Down

0 comments on commit ee71774

Please sign in to comment.