Skip to content

Commit 6baee25

Browse files
author
Jonathan Chauncey
committed
chore(release): Add release script to _scripts dir
1 parent 9602a64 commit 6baee25

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

telegraf/_scripts/release.sh

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
#!/usr/bin/env bash
2+
#
3+
# Build and push Docker images to Docker Hub and quay.io.
4+
#
5+
cd "$(dirname "$0")" || exit 1
6+
echo "Building docker image and pushing to quay.io!"
7+
DEIS_REGISTRY=quay.io/ BUILD_TAG=v2-beta make -C .. docker-build docker-push
8+
echo "Building docker image and pushing to docker hub!"
9+
BUILD_TAG=v2-beta make -C .. docker-build docker-push

0 commit comments

Comments
 (0)