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 263834f commit e94f027Copy full SHA for e94f027
.github/workflows/build-kubectl.yml
@@ -43,6 +43,10 @@ jobs:
43
echo $KUBECTL_VERSION
44
echo "build_args=KUBECTL_VERSION=$KUBECTL_VERSION" >> "$GITHUB_OUTPUT"
45
cat $GITHUB_OUTPUT
46
+ - name: debug
47
+ run: |
48
+ echo ${{ steps.data.build_args }}
49
+
50
#- name: Build-kubetcl-with-shell
51
# uses: coopTilleuls/action-docker-build-push@custom-tags
52
# with:
0 commit comments