diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2020-07-02 21:22:30 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-02 21:22:30 +0530 |
commit | f5abe16f99e693e2627f8afeb61cebd327ee7144 (patch) | |
tree | c7b946e05ef096d51a32d22e604cf1fb9a9cc027 | |
parent | dd7acbf747447e2503e4ffb51c89b42f06854646 (diff) |
test #4
-rw-r--r-- | .github/workflows/action.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index 12de456..2d407c1 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -14,11 +14,11 @@ 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 #image: navanchauhan/curie-cli #registry: docker.io - repository: navanchauhan/curie-cli - tag_with_ref: true - tag_with_sha: true |