File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -62,15 +62,15 @@ jobs:
62
62
cd kernelci-core
63
63
export core_rev=$(git rev-parse HEAD)
64
64
export core_url=$(git remote get-url origin)
65
- kci_arg="build --push --build-arg core_rev=$core_rev --prefix=ghcr.io/${{ github.actor }} / --build-arg core_url=$core_url"
65
+ kci_arg="build --push --build-arg core_rev=$core_rev --prefix=ghcr.io/kernelci / --build-arg core_url=$core_url"
66
66
./kci docker $kci_arg ${{ matrix.kcicmd }} --arch ${{ matrix.kciarch }}
67
67
- name : build base kernelci docker image for other branches
68
68
if : ${{ env.USER_GIT_BRANCH != 'main' }}
69
69
run : |
70
70
cd kernelci-core
71
71
export core_rev=$(git rev-parse HEAD)
72
72
export core_url=$(git remote get-url origin)
73
- kci_arg="build --push --build-arg core_rev=$core_rev --prefix=ghcr.io/${{ github.actor }} /staging- --build-arg core_url=$core_url"
73
+ kci_arg="build --push --build-arg core_rev=$core_rev --prefix=ghcr.io/kernelci /staging- --build-arg core_url=$core_url"
74
74
./kci docker $kci_arg ${{ matrix.kcicmd }} --arch ${{ matrix.kciarch }}
75
75
76
76
docker-misc-build :
@@ -127,7 +127,7 @@ jobs:
127
127
uses : docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1
128
128
with :
129
129
registry : ghcr.io
130
- username : ${{ github.actor }}
130
+ username : kernelci
131
131
password : ${{ secrets.GITHUB_TOKEN }}
132
132
- name : build base kernelci docker image for main branch
133
133
if : ${{ env.USER_GIT_BRANCH == 'main' }}
You can’t perform that action at this time.
0 commit comments