From 7f87463b52e0392d205bd30899cbb4eb4b50dcba Mon Sep 17 00:00:00 2001 From: Eric Coissac Date: Fri, 26 Dec 2025 14:50:43 +0100 Subject: [PATCH] Actualiser action.yaml --- action.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/action.yaml b/action.yaml index 19d0f0c..f26581e 100644 --- a/action.yaml +++ b/action.yaml @@ -1,12 +1,12 @@ name: 'Connect to a docker registry' -description: 'Connection to a docker registry using podman or docker' +description: 'Connection to a docker registry using podman, docker or skopeo' author: 'Eric Coissac' inputs: registry_command: description: 'command used to realise the login' required: false - default: 'podman' + default: 'skopeo' registry_server: description: 'Address of the image registry server' required: false @@ -39,7 +39,7 @@ runs: echo "DEBUG=ON" >> $GITEA_ENV debug Debug switch on - - name: Podman connection to the registry + - name: Connection to the registry shell: bash run: | source "${{ github.action_path }}/../bashlib.sh"