From a4407a689a927a44bcf4ffb136abd5a5fd636cc5 Mon Sep 17 00:00:00 2001 From: sthope Date: Sun, 29 Aug 2021 18:35:23 +0200 Subject: [PATCH] initial commit --- scripts/docker2github | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/scripts/docker2github b/scripts/docker2github index 5b15ff5..de7e75c 100644 --- a/scripts/docker2github +++ b/scripts/docker2github @@ -3,7 +3,8 @@ # use: sh docker2github USERNAME CONTAINER_NAME ## nano ~/.bashrc ## and add this to the end of the file: export PATH=$PATH:~/bin - docker build -t $2 . docker tag $2 ghcr.io/$1/$2:latest -docker push ghcr.io/$1/$2:latest \ No newline at end of file +docker push ghcr.io/$1/$2:latest + +#### By Sthope \ No newline at end of file