Fix Dockerfile name
Some checks failed
Build Feedmee Next.js Frontend App / build-and-push (push) Failing after 15s

This commit is contained in:
2025-10-16 14:14:12 +02:00
parent b1209ca25d
commit 605dc7dd46

View File

@@ -26,7 +26,7 @@ jobs:
- name: Build Docker image - name: Build Docker image
run: | run: |
docker build -f Dockerfile-prod -t ${{vars.REGISTRY_URL}}/feedmee-frontend-test:latest . docker build -f Dockerfile -t ${{vars.REGISTRY_URL}}/feedmee-frontend-test:latest .
- name: Push Docker image - name: Push Docker image
run: | run: |