Skip to content

Commit 0df6626

Browse files
authored
Update docker-image.yml
1 parent 74a8edd commit 0df6626

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
# Step 3: Build the Docker image
2525
- name: Build Docker image
2626
run: |
27-
docker build --file Dockerfile --tag ${{ secrets.DOCKER_USERNAME }}/webportfolio:latest .
27+
docker build --tag ${{ secrets.DOCKER_USERNAME }}/webportfolio:latest .
2828
2929
# Step 5: Log in to Docker Hub
3030
- name: Log in to Docker Hub

0 commit comments

Comments
 (0)