Skip to content

Commit bf5011d

Browse files
committed
test build
1 parent dccaa16 commit bf5011d

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
@@ -40,7 +40,7 @@ jobs:
4040
- name: data
4141
run: |
4242
KUBECTL_VERSION=$('${{needs.fetch-data.outputs.versions }}' | jq --arg KEY "${{ matrix.tag }}" '.[$KEY]')
43-
echo "kubectl_version=$KUBECTL_VERSION" >> "$GITHUB_ENV"
43+
echo "kubectl_version=$KUBECTL_VERSION" >> "$GITHUB_OUTPUT"
4444
- name: Build-kubetcl-with-shell
4545
uses: coopTilleuls/action-docker-build-push@custom-tags
4646
with:

0 commit comments

Comments
 (0)