From dff821db60f8f8e470c872894fc7c1c6f97aad87 Mon Sep 17 00:00:00 2001 From: sthope Date: Sun, 29 Aug 2021 18:52:24 +0200 Subject: [PATCH] initial commit --- scripts/docker2github | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/docker2github b/scripts/docker2github index b199558..de7e75c 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