Skip to content

Commit 0d2a64f

Browse files
1gtmtamalsaha
andauthored
Fix ci (#1349)
/cherry-pick Signed-off-by: Tamal Saha <[email protected]> Co-authored-by: Tamal Saha <[email protected]>
1 parent 1c5830e commit 0d2a64f

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
@@ -41,5 +41,5 @@ jobs:
4141
DOCKER_TOKEN: ${{ secrets.LGTM_GITHUB_TOKEN }}
4242
USERNAME: 1gtm
4343
run: |
44-
docker login --username ${USERNAME} --password ${DOCKER_TOKEN}
44+
docker login ghcr.io --username ${USERNAME} --password ${DOCKER_TOKEN}
4545
make push

0 commit comments

Comments
 (0)