cron.yaml : ajout de type=raw,value=$TAG-latest (aligné sur mydl)
Après merge, le prochain push de tag créera :v0.0.5-latest sur DockerHub.
## Problèmes
1. **Nom d'image incorrect** : `jcabillot/php-apache` (avec tiret) au lieu de `jcabillot/phpapache` — les push Docker partaient dans un repo inexistant
2. **cron.yaml** : bloc `tags:` vide → le cron ne poussait aucun tag
3. **main.yaml** : même erreur de nom d'image dans le job `build`
## Correction
- tag.yaml, main.yaml, cron.yaml : `php-apache` → `phpapache`
- cron.yaml : ajout de `type=raw,value=$TAG-latest` (aligné sur mydl)
Après merge, le prochain push de tag créera `:v0.0.5-latest` sur DockerHub.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Problèmes
jcabillot/php-apache(avec tiret) au lieu dejcabillot/phpapache— les push Docker partaient dans un repo inexistanttags:vide → le cron ne poussait aucun tagbuildCorrection
php-apache→phpapachetype=raw,value=$TAG-latest(aligné sur mydl)Après merge, le prochain push de tag créera
:v0.0.5-latestsur DockerHub.