From 102a23e54cfeaec12d2872bfe13566a7dad979c6 Mon Sep 17 00:00:00 2001 From: mrrpnya Date: Fri, 7 Mar 2025 10:45:16 -0800 Subject: [PATCH] . --- action.yml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/action.yml b/action.yml index dd3b93d..7993991 100644 --- a/action.yml +++ b/action.yml @@ -48,19 +48,19 @@ runs: id: setup-buildx uses: docker/setup-buildx-action@v3 - - name: Validating Inputs - shell: bash - id: validate-inputs - env: - VALID_ARCHITECTURES: ${{ env.VALID_ARCHITECTURES }} - TAGS: ${{ inputs.tags }} - ARCHITECTURES: ${{ inputs.architectures }} - NAME: ${{ inputs.name }} - REGISTRY_URL: ${{ inputs.registry-url }} - REGISTRY_OWNER: ${{ inputs.owner }} - DOCKERFILE: ${{ inputs.dockerfile }} - run: | - bash ./scripts/validate_input.sh + # - name: Validating Inputs + # shell: bash + # id: validate-inputs + # env: + # VALID_ARCHITECTURES: ${{ env.VALID_ARCHITECTURES }} + # TAGS: ${{ inputs.tags }} + # ARCHITECTURES: ${{ inputs.architectures }} + # NAME: ${{ inputs.name }} + # REGISTRY_URL: ${{ inputs.registry-url }} + # REGISTRY_OWNER: ${{ inputs.owner }} + # DOCKERFILE: ${{ inputs.dockerfile }} + # run: | + # bash ./scripts/validate_input.sh - name: Summary of Inputs shell: bash