Skip to content

Commit cfbc2a1

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

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 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: |

0 commit comments

Comments
 (0)