Skip to content

Commit

Permalink
actions: fix ko build
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Pashmfouroush <[email protected]>
  • Loading branch information
markpash committed May 28, 2024
1 parent b9c4545 commit ddc5581
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/container-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ jobs:
- name: Build and push image
env:
TAGS: ${{ steps.meta.outputs.tags }}
run: ko build --platform "${PLATFORMS}" --bare --tags $(echo $TAGS | tr ' ' ',')
run: ko build ./cmd/warp-plus --platform "${PLATFORMS}" --bare --tags $(echo $TAGS | tr ' ' ',')

0 comments on commit ddc5581

Please sign in to comment.