Fix context
Some checks failed
/ build (push) Failing after 15s

This commit is contained in:
Aram 🍐 2025-08-23 02:52:42 -04:00
parent 8009cf65ce
commit 61beb9444a

View file

@ -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: