fix dockerfile position
Some checks failed
Staging Build / build (push) Failing after 28s

This commit is contained in:
DanielS
2026-06-22 23:10:58 +02:00
parent 9ddf5faf66
commit c187c1dc60

View File

@@ -29,11 +29,11 @@ jobs:
run: echo "${{ secrets.REGISTRY_TOKEN }}" | docker login gitea.hephex.de -u "${{ secrets.REGISTRY_USER }}" --password-stdin
- name: Build Docker image
run: docker build -t gitea.hephex.de/daniel/webshop:staging .
run: docker build -t gitea.hephex.de/daniel/webshop:staging -f shop/Dockerfile .
working-directory: ..
- name: Push Docker image
run: docker push gitea.hephex.de/daniel/webshop:staging
run: docker push gitea.hephex.de/daniel/webshop:staging -f shop/Dockerfile .
working-directory: ..
# KORREKTUR: Pfad auf Ihren echten Proxmox-Supabase-Ordner angepasst