Skip to content

Commit

Permalink
adding URL
Browse files Browse the repository at this point in the history
  • Loading branch information
mikkeschiren committed Sep 18, 2024
1 parent 238c0cb commit 6409e82
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/oci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,8 @@ jobs:
REG_PASS: "${{ secrets.REG_PASS }}"

run: |
echo "Tag: ${{ github.event.release.tag_name }}"
cd charts
helm package matomo
helm registry login $REGISTRY -u $REG_USER -p $REG_PASS
helm push matomo-${{ github.event.release.tag_name }}.tgz $REGISTRY
helm registry login oci://registry-1.docker.io/digitalist -u $REG_USER -p $REG_PASS
helm push matomo-${{ github.event.release.tag_name }}.tgz oci://registry-1.docker.io/digitalist

0 comments on commit 6409e82

Please sign in to comment.