ci: Utiliser le tag docker ext dans la CI
Some checks failed
Docker Build and Push (ext) / build (push) Failing after 54s

This commit is contained in:
4NK CI Bot 2025-10-02 14:54:16 +00:00
parent 6733f79b83
commit e72b3d56ab

View File

@ -20,7 +20,7 @@ jobs:
run: |
msg=$(git log -1 --pretty=%B | tr -d '\r')
tag=$(printf '%s' "$msg" | sed -n 's/.*docker_tag=\([A-Za-z0-9._-]\+\).*/\1/p' | head -n1)
if [ -z "$tag" ]; then tag=dev-test; fi
if [ -z "$tag" ]; then tag=ext; fi
tag=$(printf '%s' "$tag" | tr -d '[:space:]')
echo "DOCKER_TAG=$tag" >> $GITHUB_ENV
echo "tag=$tag" >> $GITHUB_OUTPUT