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 82dab32 commit 0e138d2Copy full SHA for 0e138d2
.github/workflows/build-kubectl.yml
@@ -41,7 +41,7 @@ jobs:
41
run: |
42
KUBECTL_VERSION=$(echo '${{needs.fetch-data.outputs.versions }}' | jq --arg KEY "${{ matrix.tag }}" '.[$KEY]')
43
echo $KUBECTL_VERSION
44
- echo "build_args=KUBECTL_VERSION=$KUBECTL_VERSION" >> "$GITHUB_OUTPUT"
+ echo "build_args=KUBECTL_VERSION" >> "$GITHUB_OUTPUT"
45
cat $GITHUB_OUTPUT
46
- name: debug
47
0 commit comments