aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorNavan Chauhan <navanchauhan@gmail.com>2020-07-02 20:55:44 +0530
committerGitHub <noreply@github.com>2020-07-02 20:55:44 +0530
commit9db0051ac743a2ef2582bce8e2d66e406d6ab01b (patch)
tree84fda6eeff9f2e928a743f0698ab3c7c2fdd30c4 /.github
parent8ebc8aba2f151e4f737e0b0d17aef959de367720 (diff)
updated repo
changed repo
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/action.yml2
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/') }}