Skip to content

Commit f51392e

Browse files
committed
Stop publishing to docker hub
Signed-off-by: Tamal Saha <tamal@appscode.com>
1 parent 657f153 commit f51392e

File tree

3 files changed

+2
-16
lines changed

3 files changed

+2
-16
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,6 @@ jobs:
3434
- name: Set up Docker Buildx
3535
uses: docker/setup-buildx-action@v1
3636

37-
- name: Prepare Host
38-
run: |
39-
sudo apt-get -qq update || true
40-
sudo apt-get install -y bzr
41-
4237
- name: Prepare git
4338
env:
4439
GITHUB_USER: 1gtm

.github/workflows/release.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -40,16 +40,6 @@ jobs:
4040
docker login ghcr.io --username ${USERNAME} --password ${DOCKER_TOKEN}
4141
make release
4242
43-
- name: Publish to Docker Registry
44-
env:
45-
SRC_REG: ghcr.io/appscode
46-
DOCKER_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}
47-
USERNAME: 1gtm
48-
APPSCODE_ENV: prod
49-
run: |
50-
docker login --username ${USERNAME} --password ${DOCKER_TOKEN}
51-
make release
52-
5343
- name: Release
5444
uses: softprops/action-gh-release@v1
5545
if: startsWith(github.ref, 'refs/tags/')

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ BIN := cloudflare-dns-proxy
2424
COMPRESS ?= no
2525

2626
# Where to push the docker image.
27-
REGISTRY ?= appscode
27+
REGISTRY ?= ghcr.io/appscode
2828
SRC_REG ?=
2929

3030
# This version-strategy uses git tags to set the version string
@@ -361,6 +361,7 @@ install:
361361
@cd ../installer; \
362362
helm upgrade -i dns-proxy charts/cloudflare-dns-proxy --wait \
363363
--namespace=$(KUBE_NAMESPACE) --create-namespace \
364+
--set registryFQDN="" \
364365
--set image.registry=$(REGISTRY) \
365366
--set image.tag=$(TAG_PROD) \
366367
--set imagePullPolicy=$(IMAGE_PULL_POLICY) \

0 commit comments

Comments
 (0)