Skip to content

Commit 9197c8a

Browse files
authored
Update docker-image.yml
1 parent 8259f0e commit 9197c8a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/docker-image.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,6 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v4
1717
- name: Build the Docker image
18-
run: docker build Containers/TrackMate/ --file Dockerfile --tag my-image-name:$(date +%s)
18+
run: |
19+
cd Containers/TrackMate
20+
docker build . --file Dockerfile --tag my-image-name:$(date +%s)

0 commit comments

Comments
 (0)