fix: build and push
Some checks failed
Build Docker Image / run (pull_request) Failing after 22s

This commit is contained in:
Clement 2024-04-20 13:18:58 +02:00
parent 77f26f42e6
commit bca06eef2c

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 }}