Skip to content

Commit

Permalink
Re-add /cmd suffix in Justfile
Browse files Browse the repository at this point in the history
  • Loading branch information
nialdaly committed Dec 23, 2024
1 parent 6ac5402 commit 8846267
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ jobs:
run: just build-release
env:
KO_DOCKER_REPO: ghcr.io/cofide/cofidectl-debug-container
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4 changes: 2 additions & 2 deletions Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ check-deps:

# Build
build: check-deps
ko build github.com/cofide/cofidectl-debug-container
ko build github.com/cofide/cofidectl-debug-container/cmd

# Build application
build-release: check-deps
ko build --bare --tags="$KO_TAG" github.com/cofide/cofidectl-debug-container
ko build --bare --tags="$KO_TAG" github.com/cofide/cofidectl-debug-container/cmd

0 comments on commit 8846267

Please sign in to comment.