From b13a25cbd61464004c4f8068e64dcae269cbe63f Mon Sep 17 00:00:00 2001 From: mr-boneman Date: Sun, 12 May 2024 20:50:27 +0200 Subject: [PATCH] i don't like doing it this way but maybe it works --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index bd9bfa6..0be41df 100644 --- a/action.yml +++ b/action.yml @@ -15,5 +15,5 @@ runs: using: "composite" steps: - run: | - echo ${{ inputs.password }} | skopeo login ${{ inputs.registry }} -u ${{ inputs.username }} + skopeo login ${{ inputs.registry }} -u ${{ inputs.username }} -p ${{ inputs.password }} shell: bash \ No newline at end of file