Skip to content

Commit

Permalink
fix quote
Browse files Browse the repository at this point in the history
  • Loading branch information
AnchorArray committed May 14, 2024
1 parent fa0ca6a commit da46e2e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ jobs:
chart_version="${chart_version}-dev"
fi
ghcr_chart="ghcr.io/${{ github.repository_owner }}/${{ github.repository }}/${chart_name}:${chart_version}"
helm push "$chart" oci://ghcr.io/${{ github.repository_owner }}"
helm push "$chart" "oci://ghcr.io/${{ github.repository_owner }}"
done
shell: bash

0 comments on commit da46e2e

Please sign in to comment.