Skip to content

Commit

Permalink
ci(oci): attempt to push using only registry/namespace (#176)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewazores authored Jul 17, 2024
1 parent fa3d5ec commit a58569b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/push-oci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ jobs:
uses: helm/chart-releaser-action@v1.6.0
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
CR_SKIP_EXISTING: "true"
with:
charts_dir: charts
config: .github/helm-release-config.yml
Expand All @@ -50,5 +49,5 @@ jobs:
if [ -z "${pkg:-}" ]; then
break
fi
helm push "${pkg}" oci://ghcr.io/${{ github.repository_owner }}/${{ github.event.repository.name }}:${{ steps.releaser.outputs.chart_version }}
helm push "${pkg}" oci://ghcr.io/${{ github.repository_owner }}
done

0 comments on commit a58569b

Please sign in to comment.