ci: change docker file path

This commit is contained in:
2025-03-22 15:41:11 +01:00
parent 981b0b8b77
commit 9d6bcf25b9

View File

@@ -9,9 +9,6 @@ jobs:
frontend:
name: Push frontend to Docker Hub
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./apps/web
steps:
- name: Check out the repo
uses: actions/checkout@v3
@@ -36,7 +33,7 @@ jobs:
uses: docker/build-push-action@v6
with:
context: .
file: ./Dockerfile
file: ./apps/web/Dockerfile
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}