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

Commit 889d872

Browse files
Added fix for release workflow
1 parent 1cb5e7b commit 889d872

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/build_and_push_to_dockerhub.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22
set -e
33
echo "Building docker image..."
4-
cp /tmp/pkg/fluent-plugin-kubernetes-metrics-*.gem docker
4+
cp /tmp/pkg/fluent-plugin-kubernetes-objects-*.gem docker
55
VERSION=`cat VERSION`
66
docker build --build-arg VERSION=$VERSION --no-cache -t splunk/fluent-plugin-kubernetes-objects:ci ./docker
77
docker tag splunk/fluent-plugin-kubernetes-objects:ci splunk/${DOCKERHUB_REPO_NAME}:${VERSION}

0 commit comments

Comments
 (0)