Skip to content

Commit 6be5c7a

Browse files
committed
Fix wrong build context in gh action
1 parent ed36295 commit 6be5c7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-image.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v3
1717
- name: Build the Base Docker image
18-
run: docker build -t base:$(date +%s) .
18+
run: docker build -t base:$(date +%s) ./server
1919

0 commit comments

Comments
 (0)