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

This commit is contained in:
Clement 2024-04-20 13:34:17 +02:00
parent bca06eef2c
commit 19edb3472f

View File

@ -46,7 +46,7 @@ jobs:
- name: Build and push front
uses: docker/build-push-action@v5
with:
context: .
context: ./front
push: true
file: ./front/Dockerfile
tags: ${{ steps.meta.outputs.tags }}