Actualiser action.yaml

This commit is contained in:
2025-04-14 16:07:13 +02:00
parent d1ac0c8329
commit a7a27d7871

View File

@@ -43,7 +43,7 @@ runs:
- name: Load bash library - name: Load bash library
uses: https://gargoton.petite-maison-orange.fr/pmo-actions/bash-library@main uses: https://gargoton.petite-maison-orange.fr/pmo-actions/bash-library@main
- name: Set debug mode - name: Set debug mode
if: inputs.debug == 'true' if: inputs.debug
shell: bash shell: bash
run: | run: |
source "${{ github.action_path }}/../bashlib.sh" source "${{ github.action_path }}/../bashlib.sh"
@@ -59,7 +59,7 @@ runs:
- name: Log into the registry - name: Log into the registry
if: inputs.registry_login == 'true' if: inputs.registry_login
uses: https://gargoton.petite-maison-orange.fr/pmo-actions/registry-login@main uses: https://gargoton.petite-maison-orange.fr/pmo-actions/registry-login@main
with: with:
registry_command: ${{ inputs.push_command }} registry_command: ${{ inputs.push_command }}