aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/action.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/action.yml')
-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/') }}