fix: image name php-apache → phpapache + cron -latest tags #13

Merged
jcabillot merged 1 commits from fix/image-name-and-cron-tags into master 2026-06-29 10:50:28 -04:00
Owner

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-apachephpapache
  • 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.
opencodecabilloteu added 1 commit 2026-06-29 10:34:32 -04:00
fix: image name php-apache → phpapache, cron missing -latest tags
PR Checks / hadolint (pull_request) Successful in 10s
PR Checks / build-test (pull_request) Successful in 15s
4a0303f483
jcabillot merged commit fedce3c65e into master 2026-06-29 10:50:28 -04:00
jcabillot deleted branch fix/image-name-and-cron-tags 2026-06-29 10:50:36 -04:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: web/phpapache#13