context path

This commit is contained in:
ChrispyBacon-dev 2025-05-25 22:36:32 +02:00
parent 2dce2609f7
commit 4f1b90a7f6

View file

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