fix : use malio-dev registry namespace instead of malio
All checks were successful
Auto Tag Develop / tag (push) Successful in 5s

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Matthieu
2026-04-01 11:24:20 +02:00
parent a8fa8fd7e0
commit cbe71a1f32
3 changed files with 7 additions and 7 deletions

View File

@@ -20,11 +20,11 @@ jobs:
run: |
docker build \
-f deploy/docker/Dockerfile.prod \
-t gitea.malio.fr/malio/lesstime:${{ gitea.ref_name }} \
-t gitea.malio.fr/malio/lesstime:latest \
-t gitea.malio.fr/malio-dev/lesstime:${{ gitea.ref_name }} \
-t gitea.malio.fr/malio-dev/lesstime:latest \
.
- name: Push Docker image
run: |
docker push gitea.malio.fr/malio/lesstime:${{ gitea.ref_name }}
docker push gitea.malio.fr/malio/lesstime:latest
docker push gitea.malio.fr/malio-dev/lesstime:${{ gitea.ref_name }}
docker push gitea.malio.fr/malio-dev/lesstime:latest