Skip to content
This repository has been archived by the owner on Dec 17, 2021. It is now read-only.

Commit

Permalink
fix: Update CI to correct Release
Browse files Browse the repository at this point in the history
  • Loading branch information
rfaircloth-splunk committed Jan 16, 2021
1 parent 4e072c2 commit 0f5223f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@ jobs:
VERSION_DOCKER_MM=$(echo $VERSION | sed -n 's/v\([0-9]*\.[0-9]*\).*/\1/p')
VERSION_DOCKER_M=$(echo $VERSION | sed -n 's/v\([0-9]*\).*/\1/p')
curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python3 -
source $HOME/.poetry/env
poetry build
docker build -f Dockerfile . -t release
docker tag release ghcr.io/splunk/splunk-connect-for-snmp-traps:$VERSION
Expand Down

0 comments on commit 0f5223f

Please sign in to comment.