Skip to content

Commit 7d37f9c

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-docker.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ jobs:
1919
password: ${{ secrets.DOCKER_PASSWORD }}
2020

2121
- name: Build the Docker image
22-
run: docker build -t vikram1202/PicPilot:latest .
22+
run: docker build -t vikram1202/picpilot:latest .
2323

2424
- name: Push Docker image to Docker Hub
25-
run: docker push vikram1202/PicPilot:latest
25+
run: docker push vikram1202/picpilot:latest
2626

0 commit comments

Comments
 (0)