ci: Utiliser le tag docker ext dans la CI
Some checks failed
Docker Build and Push (ext) / build (push) Failing after 54s
Some checks failed
Docker Build and Push (ext) / build (push) Failing after 54s
This commit is contained in:
parent
6733f79b83
commit
e72b3d56ab
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user