From 6dea267121b639c3fcb6eeb22e217e34d7b46a18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Andrei?= Date: Thu, 23 Nov 2023 11:10:49 -0300 Subject: [PATCH] Fix GHA release --- .github/workflows/image.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/image.yml b/.github/workflows/image.yml index fa2fca3..8594100 100644 --- a/.github/workflows/image.yml +++ b/.github/workflows/image.yml @@ -51,8 +51,8 @@ jobs: uses: docker/build-push-action@v4 with: platforms: linux/amd64 - context: frontend/ - file: frontend/Dockerfile + context: . + file: Dockerfile push: ${{ github.event_name != 'pull_request' }} tags: ${{ steps.meta.outputs.tags }} labels: $${{ steps.meta.outputs.labels }}