Skip to content

Commit

Permalink
fix(k8s/docker): Change build images to ghcr
Browse files Browse the repository at this point in the history
As we keep hitting docker hub limits, we migrate
to opensource friendly github container repo.

Signed-off-by: Denys Fedoryshchenko <[email protected]>
  • Loading branch information
nuclearcat committed Aug 21, 2024
1 parent c6a35e2 commit 2aa7633
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/runtime/base/kubernetes.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ spec:

containers:
- name: kernelci
image: {{ runtime_image }}
image: ghcr.io/{{ runtime_image }}
imagePullPolicy: Always

volumeMounts:
Expand Down

0 comments on commit 2aa7633

Please sign in to comment.