From 5d232adaa71fff07364aab2fe5ccec0d32bc3e39 Mon Sep 17 00:00:00 2001 From: sthope Date: Sun, 29 Aug 2021 18:52:57 +0200 Subject: [PATCH] initial commit --- scripts/docker2github | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/docker2github b/scripts/docker2github index de7e75c..307bd5b 100644 --- a/scripts/docker2github +++ b/scripts/docker2github @@ -7,4 +7,4 @@ docker build -t $2 . docker tag $2 ghcr.io/$1/$2:latest docker push ghcr.io/$1/$2:latest -#### By Sthope \ No newline at end of file +#### By [Sthope] \ No newline at end of file