Skip to content

Commit

Permalink
Use ghcr.io as registry
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha committed Mar 24, 2023
1 parent 5ab13b7 commit 808d8fb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,6 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1

- name: Prepare Host
run: |
sudo apt-get -qq update || true
sudo apt-get install -y bzr
- name: Run checks
run: |
make ci
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ CODE_GENERATOR_IMAGE ?= appscode/gengo:release-1.25
API_GROUPS ?= proxyserver:v1alpha1

# Where to push the docker image.
REGISTRY ?= appscode
REGISTRY ?= ghcr.io/appscode
SRC_REG ?=

# This version-strategy uses git tags to set the version string
Expand Down Expand Up @@ -440,7 +440,6 @@ install:
@cd ../installer; \
helm upgrade -i license-proxyserver charts/license-proxyserver --wait \
--namespace=$(KUBE_NAMESPACE) --create-namespace \
--set image.registry=$(REGISTRY) \
--set image.tag=$(TAG_PROD) \
--set imagePullPolicy=$(IMAGE_PULL_POLICY) \
--set platform.baseURL=$(PLATFORM_BASEURL) \
Expand Down

0 comments on commit 808d8fb

Please sign in to comment.