File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -225,14 +225,14 @@ jobs:
225225 push : false
226226 platforms : linux/amd64
227227 # use local tag so image is not pulled from remote
228- tags : ccb-cpu:local
228+ tags : ghcr.io/ ccb-cpu:local
229229 target : runtime-cpu
230230 load : true
231231 cache-from : type=gha
232232 cache-to : type=gha,mode=max
233233
234234 - name : Pre-load CCB ExApp image into k3s
235- run : docker save ccb-cpu:local | sudo k3s ctr images import -
235+ run : docker save ghcr.io/ ccb-cpu:local | sudo k3s ctr images import -
236236
237237 - name : Start HaRP with K8s backend
238238 run : |
@@ -279,7 +279,7 @@ jobs:
279279
280280 - name : Register backend
281281 run : |
282- sed -i 's;<image>.*</image>;<image>ccb-cpu</image>;' context_chat_backend/appinfo/info.xml
282+ sed -i 's;<image>.*</image>;<image>ghcr.io/ ccb-cpu</image>;' context_chat_backend/appinfo/info.xml
283283 sed -i 's;<image-tag>.*</image-tag>;<image-tag>local</image-tag>;' context_chat_backend/appinfo/info.xml
284284 timeout 120 ./occ app_api:app:register context_chat_backend k8s_test \
285285 --info-xml context_chat_backend/appinfo/info.xml \
You can’t perform that action at this time.
0 commit comments