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