Skip to content
This repository was archived by the owner on Aug 12, 2025. It is now read-only.

Commit 6d29ff3

Browse files
committed
Set default registry to ghcr
Signed-off-by: Chris Privitere <[email protected]>
1 parent 69191c9 commit 6d29ff3

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ env:
1414
GHCR_REGISTRY: ghcr.io/${{ github.repository_owner }}
1515
DOCKER_REGISTRY: ${{ secrets.DOCKER_ORG }}
1616
QUAY_REGISTRY: quay.io/${{ secrets.QUAY_ORG }}
17-
18-
REGISTRY: quay.io/${{ secrets.QUAY_ORG }}
17+
REGISTRY: ghcr.io/${{ github.repository_owner }}
1918

2019

2120
jobs:

test/e2e/config/packet-ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# - packet
77

88
images:
9-
- name: "${REGISTRY:=ghcr.io}/${IMAGE_NAME:=kubernetes-sigs/cluster-api-provider-packet}:${TAG:=e2e}"
9+
- name: "${REGISTRY:=ghcr.io/kubernetes-sigs}/${IMAGE_NAME:=cluster-api-provider-packet}:${TAG:=e2e}"
1010
loadBehavior: mustLoad
1111

1212
providers:

0 commit comments

Comments
 (0)