Skip to content

Commit b3b14bd

Browse files
committed
test build
1 parent 5cefccf commit b3b14bd

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/build-kubectl.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,9 @@ jobs:
4040
- name: data
4141
id: data
4242
run: |
43-
KUBECTL_VERSION=$(echo '${{needs.fetch-data.outputs.versions }}' | jq -r --arg KEY "${{ matrix.tag }}" '.[$KEY]')
43+
KUBECTL_VERSION=$(echo '${{needs.fetch-data.outputs.versions }}' | jq -r --arg KEY "${{ matrix.tag }}" '.[$KEY]')
4444
echo "build_args=KUBECTL_VERSION=$KUBECTL_VERSION" >> "$GITHUB_OUTPUT"
4545
echo "tags=$KUBECTL_VERSION,${{matrix.tag}}" >> "$GITHUB_OUTPUT"
46-
- name: debug
47-
run: |
48-
echo ${{ steps.data.outputs.build_args }}
4946
5047
- name: Build-kubetcl-with-shell
5148
uses: coopTilleuls/action-docker-build-push@custom-tags

0 commit comments

Comments
 (0)