Skip to content

Commit e94f027

Browse files
committed
test build
1 parent 263834f commit e94f027

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build-kubectl.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@ jobs:
4343
echo $KUBECTL_VERSION
4444
echo "build_args=KUBECTL_VERSION=$KUBECTL_VERSION" >> "$GITHUB_OUTPUT"
4545
cat $GITHUB_OUTPUT
46+
- name: debug
47+
run: |
48+
echo ${{ steps.data.build_args }}
49+
4650
#- name: Build-kubetcl-with-shell
4751
# uses: coopTilleuls/action-docker-build-push@custom-tags
4852
# with:

0 commit comments

Comments
 (0)