diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2020-07-02 20:55:44 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-02 20:55:44 +0530 |
commit | 9db0051ac743a2ef2582bce8e2d66e406d6ab01b (patch) | |
tree | 84fda6eeff9f2e928a743f0698ab3c7c2fdd30c4 | |
parent | 8ebc8aba2f151e4f737e0b0d17aef959de367720 (diff) |
updated repo
changed repo
-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/') }} |