Skip to content

Commit

Permalink
correct registry string
Browse files Browse the repository at this point in the history
  • Loading branch information
mikkeschiren committed Sep 18, 2024
1 parent 992f526 commit 7e889a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/oci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ jobs:
echo "Version to push: $VERSION"
cd charts
helm package matomo
helm registry login oci://registry-1.docker.io -u $REG_USER -p $REG_PASS
helm registry login registry-1.docker.io -u $REG_USER -p $REG_PASS
helm push matomo-$VERSION.tgz oci://registry-1.docker.io/digitalist

0 comments on commit 7e889a8

Please sign in to comment.