summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/image2
-rwxr-xr-xbin/image-push2
2 files changed, 2 insertions, 2 deletions
diff --git a/bin/image b/bin/image
index 8a98eb4..b03740f 100755
--- a/bin/image
+++ b/bin/image
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
#
# SPDX-License-Identifier: ISC
-# Copyright © 2022 siddharth <s@ricketyspace.net>
+# Copyright © 2022 siddharth ravikumar <s@ricketyspace.net>
REPO="public.ecr.aws/w3h8c8i8/peach"
TAG=$(date +%Y%m%d%H%M%S)
diff --git a/bin/image-push b/bin/image-push
index 1eb6b56..5f572d4 100755
--- a/bin/image-push
+++ b/bin/image-push
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
#
# SPDX-License-Identifier: ISC
-# Copyright © 2022 siddharth <s@ricketyspace.net>
+# Copyright © 2022 siddharth ravikumar <s@ricketyspace.net>
REPO="public.ecr.aws/w3h8c8i8/peach"