diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2020-07-02 20:53:35 +0530 |
---|---|---|
committer | Navan Chauhan <navanchauhan@gmail.com> | 2020-07-02 20:53:35 +0530 |
commit | 8ebc8aba2f151e4f737e0b0d17aef959de367720 (patch) | |
tree | ddddd490a2e4f1fd325ad98cd3a42260ab93ba11 | |
parent | 4be08f7bdd77991e9e453c1cda863c3f20c338d5 (diff) |
updated docker build name
-rw-r--r-- | .github/workflows/action.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index 3e97dac..c613e7e 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -1,4 +1,4 @@ -name: PLIP Build +name: Curie-CLI Build on: push @@ -16,4 +16,4 @@ jobs: password: ${{ secrets.DOCKER_HUB_TOKEN }} repository: pharmai/plip tag_with_ref: true - push: ${{ startsWith(github.ref, 'refs/tags/') }}
\ No newline at end of file + push: ${{ startsWith(github.ref, 'refs/tags/') }} |