From ef8ce4259857acc04639b53ef18d952b0747d5b1 Mon Sep 17 00:00:00 2001 From: siddharth ravikumar Date: Sat, 4 Jun 2022 21:32:46 -0400 Subject: remove bin/image --- bin/image | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100755 bin/image 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 - -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" . -- cgit v1.2.3