diff options
-rw-r--r-- | .github/workflows/action.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index c613e7e..ada0355 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -14,6 +14,6 @@ jobs: with: username: ${{ secrets.DOCKER_HUB_USER }} password: ${{ secrets.DOCKER_HUB_TOKEN }} - repository: pharmai/plip + repository: navanchauhan/curie-cli tag_with_ref: true push: ${{ startsWith(github.ref, 'refs/tags/') }} |