generated from pmo-actions/healthchecks-ping
Actualiser action.yaml
This commit is contained in:
@@ -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 }}
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user