Skip to content

Commit 5605ba9

Browse files
1gtmtamalsaha
andauthored
Fix ci (#1355)
/cherry-pick Signed-off-by: Tamal Saha <tamal@appscode.com> Co-authored-by: Tamal Saha <tamal@appscode.com>
1 parent 4bb344d commit 5605ba9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@ jobs:
3838
DOCKER_TOKEN: ${{ secrets.LGTM_GITHUB_TOKEN }}
3939
USERNAME: 1gtm
4040
run: |
41-
docker login --username ${USERNAME} --password ${DOCKER_TOKEN}
41+
docker login ghcr.io --username ${USERNAME} --password ${DOCKER_TOKEN}
4242
make push

0 commit comments

Comments
 (0)