diff options
-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 |