File tree Expand file tree Collapse file tree
.github/scripts/build-image Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -71,9 +71,9 @@ async function main() {
7171 const gitSha = ( await $ `git rev-parse --short HEAD` . text ( ) ) . trim ( ) ;
7272
7373 const tags = [
74- `tahminator /codebloom:${ tagPrefix } latest` ,
75- `tahminator /codebloom:${ tagPrefix } ${ timestamp } ` ,
76- `tahminator /codebloom:${ tagPrefix } ${ gitSha } ` ,
74+ `patinanetwork /codebloom:${ tagPrefix } latest` ,
75+ `patinanetwork /codebloom:${ tagPrefix } ${ timestamp } ` ,
76+ `patinanetwork /codebloom:${ tagPrefix } ${ gitSha } ` ,
7777 ] ;
7878
7979 console . log ( "Building image with following tags:" ) ;
@@ -85,7 +85,7 @@ async function main() {
8585 console . log ( "DOCKER_HUB_PAT missing or empty" ) ;
8686 }
8787
88- await $ `echo ${ dockerHubPat } | docker login -u tahminator --password-stdin` ;
88+ await $ `echo ${ dockerHubPat } | docker login -u patinanetwork --password-stdin` ;
8989
9090 try {
9191 await $ `docker buildx create --use --name codebloom-builder` ;
Original file line number Diff line number Diff line change @@ -47,9 +47,9 @@ async function main() {
4747 const gitSha = ( await $ `git rev-parse --short HEAD` . text ( ) ) . trim ( ) ;
4848
4949 const tags = [
50- `tahminator /codebloom-standup-bot:latest` ,
51- `tahminator /codebloom-standup-bot:${ timestamp } ` ,
52- `tahminator /codebloom-standup-bot:${ gitSha } ` ,
50+ `patinanetwork /codebloom-standup-bot:latest` ,
51+ `patinanetwork /codebloom-standup-bot:${ timestamp } ` ,
52+ `patinanetwork /codebloom-standup-bot:${ gitSha } ` ,
5353 ] ;
5454
5555 console . log ( "Building image with following tags:" ) ;
@@ -61,7 +61,7 @@ async function main() {
6161 console . log ( "DOCKER_HUB_PAT missing or empty" ) ;
6262 }
6363
64- await $ `echo ${ dockerHubPat } | docker login -u tahminator --password-stdin` ;
64+ await $ `echo ${ dockerHubPat } | docker login -u patinanetwork --password-stdin` ;
6565
6666 try {
6767 await $ `docker buildx create --use --name codebloom-standup-bot-builder` ;
You can’t perform that action at this time.
0 commit comments