File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ jobs:
140
140
pipeline_rev=$(git show --pretty=format:%H -s origin/${{ env.USER_GIT_BRANCH }})
141
141
cd ../kernelci-core
142
142
rev_arg="--build-arg core_rev=$core_rev --build-arg api_rev=$api_rev --build-arg pipeline_rev=$pipeline_rev"
143
- kci_arg="build --push $rev_arg --prefix=ghcr.io/${{ github.actor }} /"
143
+ kci_arg="build --push $rev_arg --prefix=ghcr.io/kernelci /"
144
144
./kci docker $kci_arg ${{ matrix.kcicmd }}
145
145
- name : build base kernelci docker image for other branches
146
146
if : ${{ env.USER_GIT_BRANCH != 'main' }}
@@ -153,5 +153,5 @@ jobs:
153
153
pipeline_rev=$(git show --pretty=format:%H -s origin/${{ env.USER_GIT_BRANCH }})
154
154
cd ../kernelci-core
155
155
rev_arg="--build-arg core_rev=$core_rev --build-arg api_rev=$api_rev --build-arg pipeline_rev=$pipeline_rev"
156
- kci_arg="build --push $rev_arg --prefix=ghcr.io/${{ github.actor }} /staging-"
156
+ kci_arg="build --push $rev_arg --prefix=ghcr.io/kernelci /staging-"
157
157
./kci docker $kci_arg ${{ matrix.kcicmd }}
You can’t perform that action at this time.
0 commit comments