mirror of
https://github.com/Technicolor-creamsicle/Osselbot.git
synced 2025-01-03 05:06:23 -05:00
agagagag
This commit is contained in:
parent
7d59178b59
commit
b38c21b9e0
8
build.sh
8
build.sh
@ -1,8 +1,10 @@
|
|||||||
#!/usr/bin/env bash
|
#!/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
|
#Builds the package
|
||||||
docker build --tag osselbot .
|
docker build --tag osselbot .
|
||||||
#pushes to github
|
#pushes to github
|
||||||
docker tag osselbot:latest 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:$0
|
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
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
{
|
{
|
||||||
"token" : "Njc4MDkzNjY4NzcwNTEyOTE3.XkdyyA.6n4wvPmzOw-fwuysEoTPU8Cv2x0",
|
"token" : "Njc4MDkzNjY4NzcwNTEyOTE3.Xr7SNw.XS_D_dEJ7hX6N5Rmnfr_OQpfznU",
|
||||||
"prefix" : ";"
|
"prefix" : ";"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user