Skip to content

Commit c49700f

Browse files
authored
Update build-docker.yml
1 parent 71ad2b5 commit c49700f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build-docker.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,10 @@ jobs:
1515
username: ${{ secrets.DOCKER_USERNAME }}
1616
password: ${{ secrets.DOCKER_PASSWORD }}
1717

18-
- name: Build and push
18+
- name: Build and push Docker image
1919
uses: docker/build-push-action@v5
2020
with:
2121
push: true
2222
tags: vikram1202/picpilot:latest
23+
# Specify the path to the Dockerfile relative to the root of the repository
24+
dockerfile: Dockerfile

0 commit comments

Comments
 (0)