Skip to content

Commit 7f5e661

Browse files
1gtmtamalsaha
andauthored
Remove docker registry (#1340)
/cherry-pick Signed-off-by: Tamal Saha <tamal@appscode.com> Co-authored-by: Tamal Saha <tamal@appscode.com>
1 parent 48a9b61 commit 7f5e661

File tree

2 files changed

+2
-11
lines changed

2 files changed

+2
-11
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ jobs:
3737
3838
- name: Build
3939
env:
40-
REGISTRY: appscodeci
41-
DOCKER_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}
40+
REGISTRY: ghcr.io/appscodeci
41+
DOCKER_TOKEN: ${{ secrets.LGTM_GITHUB_TOKEN }}
4242
USERNAME: 1gtm
4343
run: |
4444
docker login --username ${USERNAME} --password ${DOCKER_TOKEN}

.github/workflows/release.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,3 @@ jobs:
4242
run: |
4343
docker login ghcr.io --username ${USERNAME} --password ${DOCKER_TOKEN}
4444
make release
45-
46-
- name: Publish to Docker Registry
47-
env:
48-
DOCKER_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}
49-
USERNAME: 1gtm
50-
APPSCODE_ENV: prod
51-
run: |
52-
docker login --username ${USERNAME} --password ${DOCKER_TOKEN}
53-
make release

0 commit comments

Comments
 (0)