aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNavan Chauhan <navanchauhan@gmail.com>2020-07-02 21:11:07 +0530
committerNavan Chauhan <navanchauhan@gmail.com>2020-07-02 21:11:07 +0530
commit8ce644ce86450387e617ead903710be1b421deeb (patch)
treeb3d438a737c83c82572ec99daf442f8a5524639a
parent9db0051ac743a2ef2582bce8e2d66e406d6ab01b (diff)
modifying action
-rw-r--r--.github/workflows/action.yml8
1 files changed, 5 insertions, 3 deletions
diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml
index ada0355..84d0f82 100644
--- a/.github/workflows/action.yml
+++ b/.github/workflows/action.yml
@@ -14,6 +14,8 @@ jobs:
with:
username: ${{ secrets.DOCKER_HUB_USER }}
password: ${{ secrets.DOCKER_HUB_TOKEN }}
- repository: navanchauhan/curie-cli
- tag_with_ref: true
- push: ${{ startsWith(github.ref, 'refs/tags/') }}
+ #repository: navanchauhan/curie-cli
+ #tag_with_ref: true
+ tag: latest
+ image: navanchauhan/curie-cli
+ registry: docker.io