.
Some checks failed
Test Deploy to OCI Registry / deploy (push) Has been cancelled

This commit is contained in:
Mrrp 2025-03-07 10:45:16 -08:00
parent 5fb6455c98
commit 102a23e54c

View file

@ -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