diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2020-07-02 23:44:52 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-02 23:44:52 +0530 |
commit | ac2f2ca38089c40ca9c57b33df1395fb6fad7273 (patch) | |
tree | c0c43f8a32a2e79bc1d2c8013cba20dad74dc601 | |
parent | f0d78e117647b79ab23085a82c26f7d1a2e4c6b9 (diff) |
Revert to older file
-rw-r--r-- | .github/workflows/action.yml | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index 2d407c1..3ec75c1 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -14,11 +14,8 @@ jobs: with: username: ${{ secrets.DOCKER_HUB_USER }} password: ${{ secrets.DOCKER_HUB_TOKEN }} - repository: navanchauhan/curei-cli - tag_with_ref: true - tag_with_sha: true #repository: navanchauhan/curie-cli #tag_with_ref: true - #tags: latest + tags: latest #image: navanchauhan/curie-cli - #registry: docker.io + registry: docker.io |