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 5cefccf commit b3b14bdCopy full SHA for b3b14bd
.github/workflows/build-kubectl.yml
@@ -40,12 +40,9 @@ jobs:
40
- name: data
41
id: data
42
run: |
43
- KUBECTL_VERSION=$(echo '${{needs.fetch-data.outputs.versions }}' | jq -r --arg KEY "${{ matrix.tag }}" '.[$KEY]')
+ KUBECTL_VERSION=$(echo '${{needs.fetch-data.outputs.versions }}' | jq -r --arg KEY "${{ matrix.tag }}" '.[$KEY]')
44
echo "build_args=KUBECTL_VERSION=$KUBECTL_VERSION" >> "$GITHUB_OUTPUT"
45
echo "tags=$KUBECTL_VERSION,${{matrix.tag}}" >> "$GITHUB_OUTPUT"
46
- - name: debug
47
- run: |
48
- echo ${{ steps.data.outputs.build_args }}
49
50
- name: Build-kubetcl-with-shell
51
uses: coopTilleuls/action-docker-build-push@custom-tags
0 commit comments