Skip to content

Commit 263834f

Browse files
committed
test build
1 parent 7ef85fa commit 263834f

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

.github/workflows/build-kubectl.yml

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)