From f475f5d14e9cd1288df19b874a93fdb9e2183dc5 Mon Sep 17 00:00:00 2001 From: rfaircloth-splunk Date: Sun, 6 Oct 2019 22:17:01 -0400 Subject: [PATCH] Update config.yml --- .circleci/config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index d55244b..e8b6596 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -262,7 +262,8 @@ jobs: name: Docker Save command: | mkdir artifacts - docker save splunk/scs:$SEMVER > artifacts/scs.tar + SEMVER=$(docker run --rm -v "$(pwd):/repo" gittools/gitversion:latest-linux-netcoreapp2.1 /repo /showvariable SemVer /nofetch) + docker save splunk/scs:$SEMVER | gzip -c > artifacts/sc4s_container.tar.gz - run: name: "Publish Release on GitHub" command: |