Skip to content

Commit fc0ccff

Browse files
Fix: #10-docker buildx build command fails with an argument error.
Signed-off-by: vimal-tech-dev <be08it929@gmail.com>
1 parent df02eeb commit fc0ccff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ jobs:
3535
- uses: actions/checkout@v4
3636

3737
- name: Build Docker image
38-
run: docker build -t contact-api
38+
run: docker build -t contact-api .

0 commit comments

Comments
 (0)