fix: update build context to root

This commit is contained in:
Henry
2025-06-03 21:48:17 +01:00
committed by GitHub
parent 23ae7a375b
commit cef670dc11

View File

@@ -75,7 +75,8 @@ jobs:
id: build-and-push
uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v5.0.0
with:
context: apps/web
context: .
file: apps/web/Dockerfile
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}