fixed config file

pull/24/head
Akhil Gupta 4 years ago
parent 26b34b466b
commit 1202502a6c

@ -21,7 +21,7 @@ jobs:
name: Login to DockerHub
uses: docker/login-action@v1
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
-
name: Build and push

Loading…
Cancel
Save