We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 767aef4 commit 3171df2Copy full SHA for 3171df2
.github/workflows/release.yaml
@@ -56,7 +56,7 @@ jobs:
56
run: |
57
PTAGS=`echo $TAGS | sed 's/capi-nutanix://g'`
58
export SOURCE_DATE_EPOCH=$(date +%s)
59
- ko build --bare --image-label "$LABELS" -t "$PTAGS" --platform=$PLATFORMS .
+ devbox run -- ko build --bare --image-label "$LABELS" -t "$PTAGS" --platform=$PLATFORMS .
60
61
- name: parse semver
62
id: semver
0 commit comments