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: |