Actualiser action.yaml

This commit is contained in:
2025-04-14 08:49:17 +02:00
parent 9bd2092c81
commit 211bb44691

View File

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