Skip to content

Commit d1e0a4c

Browse files
1gtmtamalsaha
andauthored
Remove docker registry support (#1562)
/cherry-pick Signed-off-by: Tamal Saha <tamal@appscode.com> Co-authored-by: Tamal Saha <tamal@appscode.com>
1 parent 0e87914 commit d1e0a4c

File tree

2 files changed

+3
-12
lines changed

2 files changed

+3
-12
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ jobs:
3939
4040
- name: Build
4141
env:
42-
REGISTRY: appscodeci
43-
DOCKER_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}
42+
REGISTRY: ghcr.io/appscodeci
43+
DOCKER_TOKEN: ${{ secrets.LGTM_GITHUB_TOKEN }}
4444
USERNAME: 1gtm
4545
run: |
46-
docker login --username ${USERNAME} --password ${DOCKER_TOKEN}
46+
docker login ghcr.io --username ${USERNAME} --password ${DOCKER_TOKEN}
4747
make push

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