Skip to content

Commit

Permalink
Merge pull request #7 from ThelonKarrde/fix/ci_and_changelog
Browse files Browse the repository at this point in the history
Install curl for push docker step
  • Loading branch information
ThelonKarrde authored Feb 20, 2021
2 parents b32132c + f519baf commit d07fce3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ jobs:
- deploy:
name: Push application Docker image
command: |
apk add curl
get_latest_release() {
curl --silent "https://api.github.com/repos/$1/releases/latest" |
grep '"tag_name":' |
Expand Down

0 comments on commit d07fce3

Please sign in to comment.