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
|
- name: Podman connection to the registry
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
echo -e "Connection to registry: ${{ inputs.registry_server }}...\c"
|
echo "Connection to registry: ${{ inputs.registry_server }}..."
|
||||||
podman login ${{ inputs.registry_server }} \
|
podman login ${{ inputs.registry_server }} \
|
||||||
-u ${{ inputs.registry_user }} \
|
-u ${{ inputs.registry_user }} \
|
||||||
-p ${{ inputs.registry_password }} \
|
-p ${{ inputs.registry_password }}
|
||||||
&& echo " Done."
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user