Fix frontend Docker build context and nginx.conf path

This commit is contained in:
Tomas Dvorak
2026-02-27 18:08:27 +01:00
parent fc62766471
commit 83df6ce463
+2 -1
View File
@@ -156,7 +156,8 @@ jobs:
- name: Build and push frontend image
uses: docker/build-push-action@v4
with:
context: ./frontend
context: .
file: ./frontend/Dockerfile
push: true
tags: ${{ steps.meta-frontend.outputs.tags }}
labels: ${{ steps.meta-frontend.outputs.labels }}