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

Commit 07a4663

Browse files
author
Donald Tregonning
authored
minor fix for develop (#19)
1 parent e4300cc commit 07a4663

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
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}

.circleci/config.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,4 +96,10 @@ workflows:
9696
- test
9797
filters:
9898
branches:
99-
only: develop
99+
only: develop
100+
- release:
101+
requires:
102+
- test
103+
filters:
104+
branches:
105+
only: master

0 commit comments

Comments
 (0)