fix(ci): update users test, fix workflow paths
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user