Skip to content

Commit 49ba2b8

Browse files
committed
fix: docker context
1 parent e50623f commit 49ba2b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Build and push Docker image
3232
uses: docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4
3333
with:
34-
context: .
34+
context: ./docker
3535
push: true
3636
tags: ${{ steps.meta.outputs.tags }}
3737
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)