fix(ci): update users test, fix workflow paths

This commit is contained in:
Xor290
2026-09-20 13:39:27 +02:00
parent 919c807004
commit e004b4edf7
2 changed files with 10 additions and 10 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
name: ci-api
# CI pour control-plane/api (Go) : build, vet, tests, puis publication de l'image
# CI pour le backend (Go) : vet, tests, build, puis publication de l'image
# Docker sur push vers main.
on:
@@ -59,8 +59,8 @@ jobs:
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
uses: docker/build-push-action@v6
with:
context: ./control-plane/api
file: ./control-plane/api/Dockerfile
context: ./backend
file: ./backend/Dockerfile
push: true
tags: |
${{ secrets.DOCKERHUB_USERNAME }}/vitrine-api:latest