Skip to content

Commit

Permalink
fix(cli): dockerfile path (#395)
Browse files Browse the repository at this point in the history
Signed-off-by: KeisukeYamashita <19yamashita15@gmail.com>
  • Loading branch information
KeisukeYamashita authored Dec 3, 2024
1 parent c5465b5 commit a1ba484
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion cli/.dockerignore → .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@

!/Cargo.lock
!/Cargo.toml
!/src
!/cli
!/schema
!/LICENSE-APACHE
!/LICENSE-MIT
!/README.md
3 changes: 1 addition & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
target/
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
restore-keys: ${{ runner.os }}-cargo-
- run: cargo publish --package cli
- run: cargo publish --package commitlint-rs
env:
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}

Expand Down Expand Up @@ -114,7 +114,6 @@ jobs:
- uses: docker/build-push-action@v6
with:
context: .
file: ./cli/Dockerfile
platforms: linux/amd64,linux/arm64
push: true
tags: ${{ steps.meta.outputs.tags }}
Expand Down
File renamed without changes.

0 comments on commit a1ba484

Please sign in to comment.