path correction

This commit is contained in:
ChrispyBacon-dev 2025-05-25 22:04:08 +02:00
parent ebb856c773
commit 8d7a8f37f7
2 changed files with 3 additions and 2 deletions

View file

@ -70,7 +70,8 @@ jobs:
- name: Build and Push Docker Image (Multi-Arch)
uses: docker/build-push-action@v5
with:
context: ./dockflare
context: .
file: ./dockflare/Dockerfile
# Build for multiple architectures
platforms: linux/amd64 #,linux/arm64 # Enable multi-architecture builds
# Push only on direct pushes to stable or unstable branches