Actualiser action.yaml

This commit is contained in:
2025-04-14 16:20:49 +02:00
parent eef5cc4326
commit a17c921be6

View File

@@ -115,3 +115,9 @@ runs:
check_command: log check_command: log
check_message: 'Buildind docker image for ${{ steps.get_version.outputs.version }}' check_message: 'Buildind docker image for ${{ steps.get_version.outputs.version }}'
debug: ${{ inputs.debug }} debug: ${{ inputs.debug }}
- name: Store tag version
shell: bash
run: |
echo "IMAGE_TAGS=${{ inputs.image_tags }}" >> $GITHUB_ENV