i don't like doing it this way but maybe it works
Some checks failed
/ test (push) Failing after 16s

This commit is contained in:
mr-boneman 2024-05-12 20:50:27 +02:00
parent 7d865c572e
commit b13a25cbd6

View file

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