Skip to content

Commit b433e44

Browse files
fix(cli): transfer dockerfile using git context
Signed-off-by: KeisukeYamashita <19yamashita15@gmail.com>
1 parent 8fe2a8e commit b433e44

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.dockerignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
!/Cargo.lock
66
!/Cargo.toml
77
!/cli
8+
!/Dockerfile
89
!/schema
910
!/LICENSE-APACHE
1011
!/LICENSE-MIT

.github/workflows/release.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@ jobs:
113113
114114
- uses: docker/build-push-action@v6
115115
with:
116-
context: .
117116
platforms: linux/amd64,linux/arm64
118117
push: true
119118
tags: ${{ steps.meta.outputs.tags }}

0 commit comments

Comments
 (0)