Skip to content

Commit 8a379b0

Browse files
arkliantahminator
authored andcommitted
Docker: Point to patinanetwork account
Moving off of Tahmid's docker account. Retag images for that. TEST=none
1 parent 2b9064d commit 8a379b0

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

.env.ci

0 Bytes
Binary file not shown.

.github/scripts/build-image/index.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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`;

.github/scripts/build-image/internal/standup-bot.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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`;

0 commit comments

Comments
 (0)