From 391870bdfae237e45c2385a1966495fc68d1636f Mon Sep 17 00:00:00 2001 From: Eric Coissac Date: Fri, 26 Dec 2025 15:16:57 +0100 Subject: [PATCH] Actualiser action.yaml --- action.yaml | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) diff --git a/action.yaml b/action.yaml index 8bfb204..ede8d62 100644 --- a/action.yaml +++ b/action.yaml @@ -73,18 +73,13 @@ runs: check_message: "Starting multiarch build for ${{ inputs.image_name }}" debug: ${{ inputs.debug }} - - name: Install podman - shell: bash - run: | - source "${{ github.action_path }}/../bashlib.sh" - if command -v podman >/dev/null; then - success "Already installed" "Podman is present" - else - check_command apt-get - apt-get update - apt-get -y install podman || error "Install failed" "Podman installation failed" - fi + - name: Install Podman + uses: https://gargoton.petite-maison-orange.fr/pmo-actions/install-container-tools@main + with: + tools: podman + debug: ${{ inputs.debug }} + - name: Login to registry with podman shell: bash run: |