From 805cfe49fd1bfd8c22667c32c483afdf5e879182 Mon Sep 17 00:00:00 2001 From: Sylvain Hellegouarch Date: Mon, 25 Mar 2024 16:18:43 +0100 Subject: [PATCH] fix path Signed-off-by: Sylvain Hellegouarch --- .github/workflows/release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 0b83df1..26b39c3 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -33,8 +33,8 @@ jobs: - name: Build and push images uses: docker/build-push-action@v5 with: - context: ./container + context: . push: ${{ github.event_name != 'pull_request' }} - file: ./container/Dockerfile-basic + file: ./Dockerfile tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }}