Skip to content

Commit dda4a55

Browse files
1gtmtamalsaha
andauthored
Remove docker registry (#1345)
/cherry-pick Signed-off-by: Tamal Saha <tamal@appscode.com> Co-authored-by: Tamal Saha <tamal@appscode.com>
1 parent 0937f52 commit dda4a55

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
@@ -34,8 +34,8 @@ jobs:
3434
3535
- name: Build
3636
env:
37-
REGISTRY: appscodeci
38-
DOCKER_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}
37+
REGISTRY: ghcr.io/appscodeci
38+
DOCKER_TOKEN: ${{ secrets.LGTM_GITHUB_TOKEN }}
3939
USERNAME: 1gtm
4040
run: |
4141
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
@@ -39,12 +39,3 @@ jobs:
3939
run: |
4040
docker login ghcr.io --username ${USERNAME} --password ${DOCKER_TOKEN}
4141
make release
42-
43-
- name: Publish to Docker Registry
44-
env:
45-
DOCKER_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}
46-
USERNAME: 1gtm
47-
APPSCODE_ENV: prod
48-
run: |
49-
docker login --username ${USERNAME} --password ${DOCKER_TOKEN}
50-
make release

0 commit comments

Comments
 (0)