Skip to content

Commit 3045871

Browse files
committed
fix dockerfile path in workflow
1 parent b2a04eb commit 3045871

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
- name: Build and push Docker image
3131
run: |
32-
docker build -t ghcr.io/ebispot/ols-semsim:${{ github.sha }} -f ./semsim/Dockerfile .
32+
docker build -t ghcr.io/ebispot/ols-semsim:${{ github.sha }} .
3333
docker tag ghcr.io/ebispot/ols-semsim:${{github.sha}} ghcr.io/ebispot/ols-semsim:${{ github.head_ref || github.ref_name }}
3434
docker push --all-tags ghcr.io/ebispot/ols-semsim
3535

0 commit comments

Comments
 (0)