ci(gitea): fix build target to ext | ci: docker_tag=ext
All checks were successful
build-and-push-ext / build_push (push) Successful in 23s

This commit is contained in:
dev4 2025-09-18 19:49:10 +00:00
parent 7f5c7f041c
commit 0b9aabd046
2 changed files with 0 additions and 3 deletions

View File

@ -66,7 +66,6 @@ jobs:
set -euo pipefail
if [ -n "${SSH_AUTH_SOCK:-}" ]; then
docker build --ssh default \
--target '' \
-t git.4nkweb.com/4nk/lecoffre-back-mini:${{ steps.tag.outputs.TAG }} \
-f Dockerfile .
else

View File

@ -3,5 +3,3 @@
- IdNot: lendpoint dauthentification accepte désormais le code en POST `/api/v1/idnot/auth` avec `{ code }` dans le corps.
- Handler compatible params/body, recommandation: body JSON.
- Rappel déploiement: image Docker consommée par `lecoffre_node` via tag `ext`.