Skip to content

Commit b5527cb

Browse files
committed
test build
1 parent 8550130 commit b5527cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-kubectl.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
run: |
4343
KUBECTL_VERSION=$(echo '${{needs.fetch-data.outputs.versions }}' | jq --arg KEY "${{ matrix.tag }}" '.[$KEY]')
4444
echo $KUBECTL_VERSION
45-
echo "build_args=KUBECTL_VERSION" >> "$GITHUB_OUTPUT"
45+
echo "build_args=KUBECTL_VERSION=$KUBECTL_VERSION" >> "$GITHUB_OUTPUT"
4646
cat $GITHUB_OUTPUT
4747
- name: debug
4848
run: |

0 commit comments

Comments
 (0)