Skip to content

Commit

Permalink
[agola-helm] Update github workflows
Browse files Browse the repository at this point in the history
Signed-off-by: babykart <[email protected]>
  • Loading branch information
babykart committed Aug 11, 2024
1 parent 2b38b3c commit 578b61a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
if [ -z "${pkg:-}" ]; then
break
fi
helm push "${pkg}" "oci://ghcr.io/${GITHUB_REPOSITORY_OWNER}"
helm push "${pkg}" "oci://ghcr.io/${GITHUB_REPOSITORY_OWNER}/helm-charts"
done
- name: Publish release
Expand Down

0 comments on commit 578b61a

Please sign in to comment.