We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41c85fe commit cfbc2a1Copy full SHA for cfbc2a1
1 file changed
.github/workflows/integration-test-k8s.yml
@@ -225,14 +225,14 @@ jobs:
225
push: false
226
platforms: linux/amd64
227
# use local tag so image is not pulled from remote
228
- tags: ccb-cpu:local
+ tags: ghcr.io/ccb-cpu:local
229
target: runtime-cpu
230
load: true
231
cache-from: type=gha
232
cache-to: type=gha,mode=max
233
234
- name: Pre-load CCB ExApp image into k3s
235
- run: docker save ccb-cpu:local | sudo k3s ctr images import -
+ run: docker save ghcr.io/ccb-cpu:local | sudo k3s ctr images import -
236
237
- name: Start HaRP with K8s backend
238
run: |
0 commit comments