From b38c21b9e00bcde67e208b539b306365f337f269 Mon Sep 17 00:00:00 2001 From: Alex Date: Fri, 15 May 2020 12:33:20 -0500 Subject: [PATCH] agagagag --- build.sh | 8 +++++--- src/config.json | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/build.sh b/build.sh index 6db3bbb..3a164c0 100755 --- a/build.sh +++ b/build.sh @@ -1,8 +1,10 @@ #!/usr/bin/env bash +#logs in as Alex +cat ~/.GHTOKEN | docker login https://docker.pkg.github.com -u technicolor-creamsicle --password-stdin #Builds the package docker build --tag osselbot . #pushes to github -docker tag osselbot:latest docker.pkg.github.com/techniclor-creamsicle/osselbot/osselbot:$0 -docker push docker.pkg.github.com/techniclor-creamsicle/osselbot/osselbot:$0 +docker tag osselbot:latest docker.pkg.github.com/techniclor-creamsicle/osselbot/osselbot:$1 +docker push docker.pkg.github.com/techniclor-creamsicle/osselbot/osselbot:$1 -echo 'build must have passed using version $0' +echo build may have passed using version: $1 diff --git a/src/config.json b/src/config.json index f7092cc..ccd34f9 100644 --- a/src/config.json +++ b/src/config.json @@ -1,4 +1,4 @@ { - "token" : "Njc4MDkzNjY4NzcwNTEyOTE3.XkdyyA.6n4wvPmzOw-fwuysEoTPU8Cv2x0", + "token" : "Njc4MDkzNjY4NzcwNTEyOTE3.Xr7SNw.XS_D_dEJ7hX6N5Rmnfr_OQpfznU", "prefix" : ";" }