provide registry
Some checks failed
/ test (push) Failing after 13s

This commit is contained in:
mr-boneman 2024-05-12 20:46:13 +02:00
parent fcc540cde4
commit 7d865c572e

View file

@ -15,5 +15,5 @@ runs:
using: "composite" using: "composite"
steps: steps:
- run: | - run: |
echo ${{ inputs.password }} | skopeo login -u ${{ inputs.username }} echo ${{ inputs.password }} | skopeo login ${{ inputs.registry }} -u ${{ inputs.username }}
shell: bash shell: bash