Skip to content

Commit

Permalink
Fix helm chart push command
Browse files Browse the repository at this point in the history
  • Loading branch information
niallthomson committed Dec 16, 2024
1 parent 42baa46 commit fdd8da4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
TAG: "${{ github.event.inputs.tag }}"
run: |
# Push all charts
scripts/helm_push.sh -r 'public.ecr.aws/aws-containers'
bash scripts/helm_push.sh -r 'public.ecr.aws/aws-containers'
release:
name: Release
Expand Down

0 comments on commit fdd8da4

Please sign in to comment.