From a9504f833cacf73479d4ce7721ddc01d8090826e Mon Sep 17 00:00:00 2001 From: Eric Coissac Date: Mon, 14 Apr 2025 11:29:42 +0200 Subject: [PATCH] Actualiser action.yaml --- action.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/action.yaml b/action.yaml index 7162985..1a14d1c 100644 --- a/action.yaml +++ b/action.yaml @@ -29,6 +29,7 @@ inputs: runs: using: 'composite' + steps: - name: Set debug mode if: ${{ inputs.debug == true }} @@ -57,7 +58,7 @@ runs: || error "Failed" "Cannot built the image ${{ inputs.image_name }}" \ && success "Image build" "${{ inputs.image_name }}" - -name: tag images + - name: tag images shell: bash run: | source "${{ github.action_path }}/bashlib.sh"