ci: oops copilot sometimes does wrong stuff

This commit is contained in:
2025-03-22 22:31:47 +01:00
parent 6b82975350
commit fbdb43e6df

View File

@@ -68,7 +68,7 @@ jobs:
uses: docker/build-push-action@v6
with:
context: .
file: ./apps/db/Dockerfile
file: ./packages/db/Dockerfile
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}