Skip to content

Commit b07338b

Browse files
1gtmtamalsaha
andauthored
Fix ci (#1354)
/cherry-pick Signed-off-by: Tamal Saha <tamal@appscode.com> Co-authored-by: Tamal Saha <tamal@appscode.com>
1 parent 3b2ec15 commit b07338b

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)