Actualiser action.yaml

This commit is contained in:
2025-12-26 15:16:57 +01:00
parent e889e21fc1
commit 391870bdfa

View File

@@ -73,18 +73,13 @@ runs:
check_message: "Starting multiarch build for ${{ inputs.image_name }}" check_message: "Starting multiarch build for ${{ inputs.image_name }}"
debug: ${{ inputs.debug }} debug: ${{ inputs.debug }}
- name: Install podman - name: Install Podman
shell: bash uses: https://gargoton.petite-maison-orange.fr/pmo-actions/install-container-tools@main
run: | with:
source "${{ github.action_path }}/../bashlib.sh" tools: podman
if command -v podman >/dev/null; then debug: ${{ inputs.debug }}
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: Login to registry with podman - name: Login to registry with podman
shell: bash shell: bash
run: | run: |