Skip to content

Commit 94f5a36

Browse files
committed
chore: fix docker build
1 parent 700dd68 commit 94f5a36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Build and push
2929
uses: docker/build-push-action@v5
3030
with:
31-
context: docker
32-
file: ./Dockerfile
31+
context: ./docker
32+
file: ./docker/Dockerfile
3333
push: true
3434
tags: zzjason/leanstore-dev:latest

0 commit comments

Comments
 (0)