diff --git a/.circleci/config.yml b/.circleci/config.yml index 25a34bd..3ed896e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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":' |