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 dccaa16 commit bf5011dCopy full SHA for bf5011d
.github/workflows/build-kubectl.yml
@@ -40,7 +40,7 @@ jobs:
40
- name: data
41
run: |
42
KUBECTL_VERSION=$('${{needs.fetch-data.outputs.versions }}' | jq --arg KEY "${{ matrix.tag }}" '.[$KEY]')
43
- echo "kubectl_version=$KUBECTL_VERSION" >> "$GITHUB_ENV"
+ echo "kubectl_version=$KUBECTL_VERSION" >> "$GITHUB_OUTPUT"
44
- name: Build-kubetcl-with-shell
45
uses: coopTilleuls/action-docker-build-push@custom-tags
46
with:
0 commit comments