File tree Expand file tree Collapse file tree 3 files changed +2
-16
lines changed
Expand file tree Collapse file tree 3 files changed +2
-16
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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/')
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ BIN := cloudflare-dns-proxy
2424COMPRESS ?= no
2525
2626# Where to push the docker image.
27- REGISTRY ?= appscode
27+ REGISTRY ?= ghcr.io/ appscode
2828SRC_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 ) \
You can’t perform that action at this time.
0 commit comments