diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2020-07-02 21:20:00 +0530 |
---|---|---|
committer | Navan Chauhan <navanchauhan@gmail.com> | 2020-07-02 21:20:00 +0530 |
commit | dd7acbf747447e2503e4ffb51c89b42f06854646 (patch) | |
tree | 7ed73401ff11dd757c9b3acb641672f32cfe506e | |
parent | 45693205eb6c79967c018962cfb0183badb52c74 (diff) |
test #3
-rw-r--r-- | .github/workflows/action.yml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index 3ec75c1..12de456 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -16,6 +16,9 @@ jobs: password: ${{ secrets.DOCKER_HUB_TOKEN }} #repository: navanchauhan/curie-cli #tag_with_ref: true - tags: latest + #tags: latest #image: navanchauhan/curie-cli - registry: docker.io + #registry: docker.io + repository: navanchauhan/curie-cli + tag_with_ref: true + tag_with_sha: true |