From 94283573e65bbe3fcf334866b2ebf40fe36ce5bb Mon Sep 17 00:00:00 2001 From: Eric Coissac Date: Mon, 14 Apr 2025 12:17:33 +0200 Subject: [PATCH] Actualiser action.yaml --- action.yaml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/action.yaml b/action.yaml index 301eff8..9b461e2 100644 --- a/action.yaml +++ b/action.yaml @@ -38,10 +38,17 @@ runs: if: ${{ inputs.debug == true }} shell: bash run: | - source "${{ github.action_path }}/bashlib.sh" + source "${{ github.action_path }}/../bashlib.sh" export DEBUG="ON" echo "DEBUG=ON" >> $GITEA_ENV debug Debug switch on + + - name: Tash description + shell: bash + run: | + source "${{ github.action_path }}/../bashlib.sh" + step "Image name" "${{ inputs.image_name }}" + step "Image tags" "${{ inputs.image_tags }}" - name: Build the image shell: bash