staging: seguir la etiqueta de rama que publica el CI (meteor3-wip)
All checks were successful
build-image / build (push) Successful in 11m34s
All checks were successful
build-image / build (push) Successful in 11m34s
El workflow etiqueta con GITHUB_REF_NAME, o sea `meteor3-wip`, pero el compose apuntaba a `meteor3` (la etiqueta de la subida manual). Se alinean para que un build del CI se despliegue con un `pull` sin tocar nada.
This commit is contained in:
parent
f3ea93fc6f
commit
23e5f26239
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@ services:
|
|||
# (5,9 GB compartidos con Mongo 7 + el resto del stack). Ver
|
||||
# plan-modernizacion/fase-9-ci-imagenes.md y .forgejo/workflows/build-image.yml.
|
||||
# Para fijar una versión concreta: TCEF_WEB_TAG=<sha12> docker compose up -d web
|
||||
image: git.comunes.org/comunes/tcef-web:${TCEF_WEB_TAG:-meteor3}
|
||||
image: git.comunes.org/comunes/tcef-web:${TCEF_WEB_TAG:-meteor3-wip}
|
||||
container_name: tcef-staging-web
|
||||
depends_on:
|
||||
mongo-init:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue