fix linter

This commit is contained in:
Adeeb Shihadeh
2020-06-11 17:06:53 -07:00
parent 5d6fcbb422
commit abeafb6256
2 changed files with 4 additions and 9 deletions

View File

@@ -61,7 +61,7 @@ jobs:
- name: Push image
if: github.ref == 'refs/heads/master' && github.event_name != 'pull_request' && github.repository == 'commaai/panda'
run: |
docker login -u wmelching -p ${{ secrets.DOCKERHUB_TOKEN }}
docker login -u wmelching -p ${{ secrets.COMMA_DOCKERHUB_TOKEN }}
docker tag panda_esp docker.io/commaai/panda_esp:latest
docker push docker.io/commaai/panda_esp:latest