From 1456c3fa526f264b42b06d2914b81b419e1e5bc3 Mon Sep 17 00:00:00 2001 From: Benjamin Bours Date: Sat, 14 Sep 2024 12:53:16 +0100 Subject: [PATCH] Fix front CD pipeline --- .github/workflows/front_cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/front_cd.yml b/.github/workflows/front_cd.yml index 61201b6d..d80fe952 100644 --- a/.github/workflows/front_cd.yml +++ b/.github/workflows/front_cd.yml @@ -41,7 +41,7 @@ jobs: uses: docker/build-push-action@v5 with: context: . - file: ./front/Dockerfile.front + file: ./front/Dockerfile target: final push: true tags: |