feat: CI-CD front #2

Merged
Clement merged 20 commits from feat/CI-CD into master 2024-04-21 13:24:16 +00:00
Showing only changes of commit bca06eef2c - Show all commits

View File

@ -23,7 +23,7 @@ jobs:
uses: docker/metadata-action@v5
with:
images: |
git.lab-ouest.org/Epitech/ratrapage_T-WEB/front
git.lab-ouest.org/Epitech/ratrapage_T-WEB
tags: |
type=edge
type=ref,event=pr
@ -43,11 +43,11 @@ jobs:
# - name: Set up Docker Buildx
# uses: docker/setup-buildx-action@v3
- name: Build and push
- name: Build and push front
uses: docker/build-push-action@v5
with:
context: .
push: true
file: ./Dockerfile
file: ./front/Dockerfile
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}