Skip to content

Commit 5fa262a

Browse files
1gtmtamalsaha
andauthored
Remove docker registry (#1343)
/cherry-pick Signed-off-by: Tamal Saha <tamal@appscode.com> Co-authored-by: Tamal Saha <tamal@appscode.com>
1 parent 468a1f4 commit 5fa262a

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
@@ -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)