Skip to content

Commit

Permalink
feat(workflow): add oci push
Browse files Browse the repository at this point in the history
  • Loading branch information
x0ddf committed Jun 27, 2024
1 parent d4cab24 commit aa3022a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,3 +85,15 @@ jobs:
commit_username: traefiker
commit_email: 30906710+traefiker@users.noreply.github.com
if: steps.tag_exists.outputs.TAG_EXISTS == 'false'

- name: Publish Helm chart to the ghcr.io registry
uses: appany/helm-oci-chart-releaser@v0.4.2
with:
name: traefik
repository: traefik
tag: ${{ steps.chart_version.outputs.CHART_VERSION }}
path: ./traefik
registry: ghcr.io
registry_username: traefiker
registry_password: ${{ secrets.CHART_TOKEN }}
if: steps.tag_exists.outputs.TAG_EXISTS == 'false'

0 comments on commit aa3022a

Please sign in to comment.