diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2020-07-02 21:11:07 +0530 |
---|---|---|
committer | Navan Chauhan <navanchauhan@gmail.com> | 2020-07-02 21:11:07 +0530 |
commit | 8ce644ce86450387e617ead903710be1b421deeb (patch) | |
tree | b3d438a737c83c82572ec99daf442f8a5524639a /.github | |
parent | 9db0051ac743a2ef2582bce8e2d66e406d6ab01b (diff) |
modifying action
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/action.yml | 8 |
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 |