From 8ce644ce86450387e617ead903710be1b421deeb Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Thu, 2 Jul 2020 21:11:07 +0530 Subject: modifying action --- .github/workflows/action.yml | 8 +++++--- 1 file 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 -- cgit v1.2.3