Skip to content

Commit 6dbfa95

Browse files
committed
use org name
1 parent 8dd50bb commit 6dbfa95

1 file changed

Lines changed: 19 additions & 18 deletions

File tree

.github/workflows/reusable_cross_repos_build.yml

Lines changed: 19 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ jobs:
1414

1515
if: ${{ github.event.issue.pull_request && contains(github.event.comment.body, 'build_prs') }}
1616
container:
17-
image: ghcr.io/${{ github.repository_owner }}/kernel:latest
17+
image: ghcr.io/vivoblueos/kernel:latest
1818
credentials:
19-
username: ${{ github.repository_owner }}
19+
username: vivoblueos
2020
password: ${{ secrets.GITHUB_TOKEN }}
2121

2222
steps:
@@ -87,13 +87,13 @@ jobs:
8787
for patch in patches/*.diff; do
8888
patch_abspath=$(realpath ${patch})
8989
repo=$(basename ${patch} ".diff")
90-
if [[ ${repo} != "manifests" ]];then
90+
if [ "${repo}" != "manifests" ]; then
9191
cd ${repo}
9292
else
9393
cd .repo/${repo}
9494
fi
9595
git apply -3 --check --verbose ${patch_abspath} && git apply -3 --verbose ${patch_abspath}
96-
if [[ $? != 0 ]]; then
96+
if [ $? != 0 ]; then
9797
exit 1
9898
fi
9999
cd - > /dev/null
@@ -106,6 +106,7 @@ jobs:
106106
path: .
107107
include-hidden-files: true
108108

109+
109110
check_format:
110111
runs-on: ubuntu-latest
111112
needs: setup
@@ -114,9 +115,9 @@ jobs:
114115
checks: write
115116
packages: read
116117
container:
117-
image: ghcr.io/${{ github.repository_owner }}/kernel:latest
118+
image: ghcr.io/vivoblueos/kernel:latest
118119
credentials:
119-
username: ${{ github.repository_owner }}
120+
username: vivoblueos
120121
password: ${{ secrets.GITHUB_TOKEN }}
121122

122123
steps:
@@ -259,9 +260,9 @@ jobs:
259260
checks: write
260261
packages: read
261262
container:
262-
image: ghcr.io/${{ github.repository_owner }}/kernel:latest
263+
image: ghcr.io/vivoblueos/kernel:latest
263264
credentials:
264-
username: ${{ github.repository_owner }}
265+
username: vivoblueos
265266
password: ${{ secrets.GITHUB_TOKEN }}
266267

267268
steps:
@@ -344,9 +345,9 @@ jobs:
344345
checks: write
345346
packages: read
346347
container:
347-
image: ghcr.io/${{ github.repository_owner }}/kernel:latest
348+
image: ghcr.io/vivoblueos/kernel:latest
348349
credentials:
349-
username: ${{ github.repository_owner }}
350+
username: vivoblueos
350351
password: ${{ secrets.GITHUB_TOKEN }}
351352

352353
steps:
@@ -398,9 +399,9 @@ jobs:
398399
checks: write
399400
packages: read
400401
container:
401-
image: ghcr.io/${{ github.repository_owner }}/kernel:latest
402+
image: ghcr.io/vivoblueos/kernel:latest
402403
credentials:
403-
username: ${{ github.repository_owner }}
404+
username: vivoblueos
404405
password: ${{ secrets.GITHUB_TOKEN }}
405406

406407
steps:
@@ -454,9 +455,9 @@ jobs:
454455
checks: write
455456
packages: read
456457
container:
457-
image: ghcr.io/${{ github.repository_owner }}/kernel:latest
458+
image: ghcr.io/vivoblueos/kernel:latest
458459
credentials:
459-
username: ${{ github.repository_owner }}
460+
username: vivoblueos
460461
password: ${{ secrets.GITHUB_TOKEN }}
461462

462463
steps:
@@ -510,9 +511,9 @@ jobs:
510511
checks: write
511512
packages: read
512513
container:
513-
image: ghcr.io/${{ github.repository_owner }}/kernel:latest
514+
image: ghcr.io/vivoblueos/kernel:latest
514515
credentials:
515-
username: ${{ github.repository_owner }}
516+
username: vivoblueos
516517
password: ${{ secrets.GITHUB_TOKEN }}
517518

518519
steps:
@@ -566,9 +567,9 @@ jobs:
566567
checks: write
567568
packages: read
568569
container:
569-
image: ghcr.io/${{ github.repository_owner }}/kernel:latest
570+
image: ghcr.io/vivoblueos/kernel:latest
570571
credentials:
571-
username: ${{ github.repository_owner }}
572+
username: vivoblueos
572573
password: ${{ secrets.GITHUB_TOKEN }}
573574

574575
steps:

0 commit comments

Comments
 (0)