Skip to content

Commit c6b87f2

Browse files
committed
fix: add ghcr.io to the docker image name
Signed-off-by: Anupam Kumar <kyteinsky@gmail.com>
1 parent 41c85fe commit c6b87f2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/integration-test-k8s.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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 \

0 commit comments

Comments
 (0)