From 6b0312a58e1152d25705200c87ebfd51df44c701 Mon Sep 17 00:00:00 2001 From: Eric Coissac Date: Mon, 14 Apr 2025 16:23:42 +0200 Subject: [PATCH] Actualiser action.yaml --- action.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/action.yaml b/action.yaml index dbbb803..5ef191c 100644 --- a/action.yaml +++ b/action.yaml @@ -121,3 +121,11 @@ runs: run: | echo "IMAGE_TAGS=${{ inputs.image_tags }}" >> $GITHUB_ENV + - name: Add PMO version tag + if: inputs.add_version_tag + run: | + source "${{ github.action_path }}/../bashlib.sh" + step "Image tags" "IMAGE_TAGS=${{ env.IMAGE_TAGS }} pmo-${{ steps.get_version.outputs.version }}" + echo "IMAGE_TAGS=${{ env.IMAGE_TAGS }} pmo-${{ steps.get_version.outputs.version }}" >> $GITHUB_ENV + +