Skip to content

Commit ff5b091

Browse files
authored
Update build-docker.yml
1 parent 7d37f9c commit ff5b091

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build-docker.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,11 @@ jobs:
1616
uses: docker/login-action@v2
1717
with:
1818
username: ${{ secrets.DOCKER_USERNAME }}
19-
password: ${{ secrets.DOCKER_PASSWORD }}
19+
password: ${{ secrets.DOCKER_TOKEN }}
2020

2121
- name: Build the Docker image
22-
run: docker build -t vikram1202/picpilot:latest .
22+
run: docker build -t vikram1202/picpilot:latest -f ./Dockerfile .
23+
2324

2425
- name: Push Docker image to Docker Hub
2526
run: docker push vikram1202/picpilot:latest

0 commit comments

Comments
 (0)