Skip to content

Commit

Permalink
fix(cli): transfer dockerfile using git context
Browse files Browse the repository at this point in the history
Signed-off-by: KeisukeYamashita <[email protected]>
  • Loading branch information
KeisukeYamashita committed Dec 3, 2024
1 parent 8fe2a8e commit b433e44
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
!/Cargo.lock
!/Cargo.toml
!/cli
!/Dockerfile
!/schema
!/LICENSE-APACHE
!/LICENSE-MIT
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ jobs:
- uses: docker/build-push-action@v6
with:
context: .
platforms: linux/amd64,linux/arm64
push: true
tags: ${{ steps.meta.outputs.tags }}
Expand Down

0 comments on commit b433e44

Please sign in to comment.