Skip to content

Commit 2f94d5f

Browse files
authored
Update Dockerfile path in workflow configuration
1 parent 595f24b commit 2f94d5f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v4
1717
- name: Build the Docker image
18-
run: docker build . --file Dockerfile --tag udtoolapi:$(date +%s)
18+
run: docker build . --file UDToolAPI/Dockerfile --tag udtoolapi:$(date +%s)

0 commit comments

Comments
 (0)