Skip to content

Commit

Permalink
chore(cli): migrate to workspaces
Browse files Browse the repository at this point in the history
Signed-off-by: KeisukeYamashita <[email protected]>
  • Loading branch information
KeisukeYamashita committed Nov 5, 2024
1 parent c234e90 commit 394e8e3
Show file tree
Hide file tree
Showing 32 changed files with 242 additions and 246 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ concurrency:
group: ${{ github.workflow }}
cancel-in-progress: false

defaults:
run:
working-directory: ./cli

permissions:
contents: write # To write to release
id-token: write # To deploy to GitHub Pages
Expand Down Expand Up @@ -109,6 +113,7 @@ jobs:
- uses: docker/build-push-action@v6
with:
context: ./cli
platforms: linux/amd64,linux/arm64
push: true
tags: ${{ steps.meta.outputs.tags }}
Expand Down
Loading

0 comments on commit 394e8e3

Please sign in to comment.