Skip to content

Commit 2897546

Browse files
committed
ci: working out ci build
1 parent 336e5e7 commit 2897546

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
@@ -22,5 +22,5 @@ jobs:
2222
- uses: actions/checkout@v4
2323

2424
- name: Build Docker Image
25-
run: docker build -t $IMAGE_NAME:latest docker/Dockerfile
25+
run: docker build -t $IMAGE_NAME:latest -f docker/Dockerfile .
2626

0 commit comments

Comments
 (0)