From 00c69f19007fd29cea2b770ff45266eda38eed60 Mon Sep 17 00:00:00 2001 From: Eric Coissac Date: Mon, 14 Apr 2025 12:11:06 +0200 Subject: [PATCH] Actualiser action.yaml --- action.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/action.yaml b/action.yaml index 827cc28..301eff8 100644 --- a/action.yaml +++ b/action.yaml @@ -31,6 +31,9 @@ runs: using: 'composite' steps: + - name: Load bash library + uses: https://gargoton.petite-maison-orange.fr/pmo-actions/bash-library@main + - name: Set debug mode if: ${{ inputs.debug == true }} shell: bash @@ -43,7 +46,7 @@ runs: - name: Build the image shell: bash run: | - source "${{ github.action_path }}/bashlib.sh" + source "${{ github.action_path }}/../bashlib.sh" check_command ${{ inputs.build_command }} @@ -63,7 +66,7 @@ runs: - name: tag images shell: bash run: | - source "${{ github.action_path }}/bashlib.sh" + source "${{ github.action_path }}/../bashlib.sh" check_command ${{ inputs.tag_command }}