.
Some checks failed
Test Deploy to OCI Registry / deploy (push) Failing after 21s

This commit is contained in:
Mrrp 2025-03-06 15:56:38 -08:00
parent fbd7d56f5e
commit 5dcdd72da3

View file

@ -42,6 +42,7 @@ runs:
- name: Validating Inputs - name: Validating Inputs
shell: bash shell: bash
id: validate-inputs id: validate-inputs
uses: docker/setup-buildx-action@v3
env: env:
VALID_ARCHITECTURES: ${{ env.VALID_ARCHITECTURES }} VALID_ARCHITECTURES: ${{ env.VALID_ARCHITECTURES }}
TAGS: ${{ inputs.tags }} TAGS: ${{ inputs.tags }}