Skip to content
This repository was archived by the owner on Sep 26, 2025. It is now read-only.

Commit 775a349

Browse files
metrics 1.1.1 release prep
1 parent 7ad44d6 commit 775a349

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/build_and_push_to_dockerhub.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ set -e
33
echo "Building docker image..."
44
cp /tmp/pkg/fluent-plugin-kubernetes-metrics-*.gem docker
55
VERSION=`cat VERSION`
6-
docker build --build-arg VERSION=$VERSION --no-cache -t splunk/fluent-plugin-kubernetes-metrics:ci ./docker
6+
docker build --build-arg VERSION=$FLUENT_SPLUNK_HEC_GEM_VERSION --no-cache -t splunk/fluent-plugin-kubernetes-metrics:ci ./docker
77
docker tag splunk/fluent-plugin-kubernetes-metrics:ci splunk/${DOCKERHUB_REPO_NAME}:${VERSION}
88
echo "Push docker image to splunk dockerhub..."
99
docker login --username=$DOCKERHUB_ACCOUNT_ID --password=$DOCKERHUB_ACCOUNT_PASS

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.1.0
1+
1.1.1

0 commit comments

Comments
 (0)