From 61beb9444afa4fc96fd254ecb7690480adab7dff Mon Sep 17 00:00:00 2001 From: Aram Peres <6775216+aramperes@users.noreply.github.com> Date: Sat, 23 Aug 2025 02:52:42 -0400 Subject: [PATCH] Fix context --- .forgejo/workflows/website.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/website.yaml b/.forgejo/workflows/website.yaml index 286af54..0b8875b 100644 --- a/.forgejo/workflows/website.yaml +++ b/.forgejo/workflows/website.yaml @@ -21,8 +21,8 @@ jobs: with: image: git.poire.dev/aramperes/poire.dev tags: ${{ steps.extract_tag.outputs.tag }} - context: website - containerfiles: Dockerfile + context: ./website + containerfiles: ./website/Dockerfile # - name: Build and push Docker image # uses: docker/build-push-action@v2 # with: