File tree Expand file tree Collapse file tree 1 file changed +12
-11
lines changed
Expand file tree Collapse file tree 1 file changed +12
-11
lines changed Original file line number Diff line number Diff line change @@ -40,18 +40,19 @@ jobs:
4040 - name : data
4141 run : |
4242 KUBECTL_VERSION=$(echo '${{needs.fetch-data.outputs.versions }}' | jq --arg KEY "${{ matrix.tag }}" '.[$KEY]')
43+ echo $KUBECTL_VERSION
4344 echo "build_args=KUBECTL_VERSION=$KUBECTL_VERSION" >> "$GITHUB_OUTPUT"
44- echo $GITHUB_OUTPUT
45- - name : Build-kubetcl-with-shell
46- uses : coopTilleuls/action-docker-build-push@custom-tags
47- with :
48- IMAGE_NAME : kubectl
49- BUILD_CONTEXT : ./kubectl
50- BUILD_ARGS : ${{ steps.data.build_args }}
51- BUILD_TARGET : debian-kubectl
52- REGISTRY_JSON_KEY : ${{ secrets.GITHUB_TOKEN }}
53- IMAGE_REPOSITORY : ghcr.io/cooptilleuls/sre
54- CUSTOM_TAG : ${{ matrix.tag }}
45+ cat $GITHUB_OUTPUT
46+ # - name: Build-kubetcl-with-shell
47+ # uses: coopTilleuls/action-docker-build-push@custom-tags
48+ # with:
49+ # IMAGE_NAME: kubectl
50+ # BUILD_CONTEXT: ./kubectl
51+ # BUILD_ARGS: ${{ steps.data.build_args }}
52+ # BUILD_TARGET: debian-kubectl
53+ # REGISTRY_JSON_KEY: ${{ secrets.GITHUB_TOKEN }}
54+ # IMAGE_REPOSITORY: ghcr.io/cooptilleuls/sre
55+ # CUSTOM_TAG: ${{ matrix.tag }}
5556
5657
5758
You can’t perform that action at this time.
0 commit comments