Actualiser action.yaml

This commit is contained in:
2025-04-14 16:23:42 +02:00
parent a17c921be6
commit 6b0312a58e

View File

@@ -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