Skip to content

Commit

Permalink
Adds helm push
Browse files Browse the repository at this point in the history
  • Loading branch information
digiserg committed Sep 18, 2023
1 parent 127f664 commit 974281c
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,17 @@ jobs:
ghcr.io/${{ env.REPO_OWNER }}/squid:latest
labels: |
LABEL org.opencontainers.image.source="https://github.com/${{ env.REPO_OWNER }}/squid"
- name: Chart | Push
uses: appany/helm-oci-chart-releaser@v0.3.0
with:
name: my-chart
repository: appany
tag: 0.1.0
path: charts/squid
registry: ghcr.io
registry_username: "${{ github.actor }}"
registry_password: "${{ secrets.GITHUB_TOKEN }}"
update_dependencies: 'false' # Defaults to false

# helm pull ghcr.io/appany/my-chart:0.1.0

0 comments on commit 974281c

Please sign in to comment.