From a17c921be645960d5966f162222eb7cd4a3102f3 Mon Sep 17 00:00:00 2001 From: Eric Coissac Date: Mon, 14 Apr 2025 16:20:49 +0200 Subject: [PATCH] Actualiser action.yaml --- action.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/action.yaml b/action.yaml index dc83005..dbbb803 100644 --- a/action.yaml +++ b/action.yaml @@ -115,3 +115,9 @@ runs: check_command: log check_message: 'Buildind docker image for ${{ steps.get_version.outputs.version }}' debug: ${{ inputs.debug }} + + - name: Store tag version + shell: bash + run: | + echo "IMAGE_TAGS=${{ inputs.image_tags }}" >> $GITHUB_ENV +