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
All checks were successful
build-and-push-ext / build_push (push) Successful in 23s
This commit is contained in:
parent
7f5c7f041c
commit
0b9aabd046
@ -66,7 +66,6 @@ jobs:
|
|||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
if [ -n "${SSH_AUTH_SOCK:-}" ]; then
|
if [ -n "${SSH_AUTH_SOCK:-}" ]; then
|
||||||
docker build --ssh default \
|
docker build --ssh default \
|
||||||
--target '' \
|
|
||||||
-t git.4nkweb.com/4nk/lecoffre-back-mini:${{ steps.tag.outputs.TAG }} \
|
-t git.4nkweb.com/4nk/lecoffre-back-mini:${{ steps.tag.outputs.TAG }} \
|
||||||
-f Dockerfile .
|
-f Dockerfile .
|
||||||
else
|
else
|
||||||
|
@ -3,5 +3,3 @@
|
|||||||
- IdNot: l’endpoint d’authentification accepte désormais le code en POST `/api/v1/idnot/auth` avec `{ code }` dans le corps.
|
- IdNot: l’endpoint d’authentification accepte désormais le code en POST `/api/v1/idnot/auth` avec `{ code }` dans le corps.
|
||||||
- Handler compatible params/body, recommandation: body JSON.
|
- Handler compatible params/body, recommandation: body JSON.
|
||||||
- Rappel déploiement: image Docker consommée par `lecoffre_node` via tag `ext`.
|
- Rappel déploiement: image Docker consommée par `lecoffre_node` via tag `ext`.
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user