diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a85b534..5ed7d20 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,7 +30,7 @@ jobs: repository: cedana tag: ${{ steps.version.outputs.VERSION }} registry: registry-1.docker.io - path: chart + path: cedana-helm registry_username: ${{ secrets.DOCKER_USERNAME }} registry_password: ${{ secrets.DOCKERHUB_TOKEN }} - uses: ncipollo/release-action@v1