diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 304556c..5782403 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -59,6 +59,7 @@ jobs: if: steps.changes.outputs.frontend == 'true' uses: docker/build-push-action@v4 with: + file: frontend/Dockerfile platforms: linux/amd64 push: true tags: ${{ steps.frontend-meta.outputs.tags }} @@ -68,6 +69,7 @@ jobs: if: steps.changes.outputs.backend == 'true' uses: docker/build-push-action@v4 with: + file: backend/Dockerfile platforms: linux/amd64 push: true tags: ${{ steps.backend-meta.outputs.tags }} \ No newline at end of file