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 }}