hopefully works now
Some checks failed
/ test (push) Failing after 27s

This commit is contained in:
mr-boneman 2024-05-12 20:44:47 +02:00
parent 2df22fe55a
commit fcc540cde4
2 changed files with 3 additions and 3 deletions

View file

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