ci: Utiliser le tag docker ext dans la CI

This commit is contained in:
Debian Dev4 2025-10-02 14:54:04 +00:00
parent 842250abfd
commit ac05049f5a

View File

@ -73,7 +73,7 @@ jobs:
if [[ "$msg" =~ ci:\ docker_tag=([a-zA-Z0-9._:-]+) ]]; then
tag="${BASH_REMATCH[1]}"
else
tag="dev-test"
tag="ext"
fi
echo "TAG=$tag" | tee -a $GITHUB_OUTPUT