fix docker build context

This commit is contained in:
41666 2022-02-06 19:26:06 -05:00
parent f5fb729ce7
commit 9611b26378

View file

@ -117,7 +117,7 @@ jobs:
uses: docker/build-push-action@v2 uses: docker/build-push-action@v2
id: docker id: docker
with: with:
context: . context: ./packages/${{ matrix.dockerfile }}
file: ./packages/${{ matrix.dockerfile }}/Dockerfile file: ./packages/${{ matrix.dockerfile }}/Dockerfile
push: true push: true
cache-from: type=local,src=/tmp/.buildx-cache cache-from: type=local,src=/tmp/.buildx-cache