From 211bb446916e5f8356b3b1ce3b4928af2d9b92d2 Mon Sep 17 00:00:00 2001 From: Eric Coissac Date: Mon, 14 Apr 2025 08:49:17 +0200 Subject: [PATCH] Actualiser action.yaml --- action.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/action.yaml b/action.yaml index fa668f8..6cd34d7 100644 --- a/action.yaml +++ b/action.yaml @@ -22,11 +22,10 @@ runs: - name: Podman connection to the registry shell: bash run: | - echo -e "Connection to registry: ${{ inputs.registry_server }}...\c" + echo "Connection to registry: ${{ inputs.registry_server }}..." podman login ${{ inputs.registry_server }} \ -u ${{ inputs.registry_user }} \ - -p ${{ inputs.registry_password }} \ - && echo " Done." + -p ${{ inputs.registry_password }}