Skip to content

Commit 3171df2

Browse files
Update release artifact workflow (#407)
release workflows are missing the devbox vendored ko binary.
1 parent 767aef4 commit 3171df2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
run: |
5757
PTAGS=`echo $TAGS | sed 's/capi-nutanix://g'`
5858
export SOURCE_DATE_EPOCH=$(date +%s)
59-
ko build --bare --image-label "$LABELS" -t "$PTAGS" --platform=$PLATFORMS .
59+
devbox run -- ko build --bare --image-label "$LABELS" -t "$PTAGS" --platform=$PLATFORMS .
6060
6161
- name: parse semver
6262
id: semver

0 commit comments

Comments
 (0)