Skip to content

Commit

Permalink
Fix ci
Browse files Browse the repository at this point in the history
/cherry-pick

Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha committed Aug 28, 2024
1 parent 7ed3bbf commit fdc7ef4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ jobs:
DOCKER_TOKEN: ${{ secrets.LGTM_GITHUB_TOKEN }}
USERNAME: 1gtm
run: |
docker login --username ${USERNAME} --password ${DOCKER_TOKEN}
docker login ghcr.io --username ${USERNAME} --password ${DOCKER_TOKEN}
make push

0 comments on commit fdc7ef4

Please sign in to comment.