From e2e92ebee51247917d3e8e919f45010c4345b95d Mon Sep 17 00:00:00 2001 From: Eric Coissac Date: Fri, 26 Dec 2025 15:12:31 +0100 Subject: [PATCH] Actualiser action.yaml --- action.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/action.yaml b/action.yaml index f26581e..3faf3b5 100644 --- a/action.yaml +++ b/action.yaml @@ -39,6 +39,13 @@ runs: echo "DEBUG=ON" >> $GITEA_ENV debug Debug switch on + - name: Install container tool + uses: https://gargoton.petite-maison-orange.fr/pmo-actions/install-container-tools@main + with: + tools: ${{ inputs.registry_command }} + debug: ${{ inputs.debug }} + + - name: Connection to the registry shell: bash run: |