summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorsiddharth ravikumar <s@ricketyspace.net>2022-06-04 21:32:46 -0400
committersiddharth ravikumar <s@ricketyspace.net>2022-06-04 21:32:46 -0400
commitef8ce4259857acc04639b53ef18d952b0747d5b1 (patch)
tree19b9fd625fad3d2fb5093c968976a7cf7dd061c4 /bin
parentc3d0db8f75def039e22601705563c8111ab59d4c (diff)
remove bin/image
Diffstat (limited to 'bin')
-rwxr-xr-xbin/image13
1 files changed, 0 insertions, 13 deletions
diff --git a/bin/image b/bin/image
deleted file mode 100755
index b03740f..0000000
--- a/bin/image
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/usr/bin/env bash
-#
-# SPDX-License-Identifier: ISC
-# Copyright © 2022 siddharth ravikumar <s@ricketyspace.net>
-
-REPO="public.ecr.aws/w3h8c8i8/peach"
-TAG=$(date +%Y%m%d%H%M%S)
-if [ -z "$TAG" ]; then
- echo "TAG empty"
- exit 1
-fi
-
-docker build -t "$REPO":"$TAG" .