From 3d0f51b0caacdff508e3a3033c4a650ea6c82ad5 Mon Sep 17 00:00:00 2001 From: sthope Date: Sun, 29 Aug 2021 18:36:20 +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..b199558 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