Actualiser action.yaml
This commit is contained in:
17
action.yaml
17
action.yaml
@@ -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: |
|
||||||
|
|||||||
Reference in New Issue
Block a user