👷‍♂️ Fix docker image build workflow

This commit is contained in:
Luke Vella 2023-03-06 09:54:49 +00:00
parent 55d7cd03db
commit c31c5abe76

View file

@ -39,7 +39,7 @@ jobs:
- name: Build and publish image
uses: docker/build-push-action@v4
with:
file: /apps/web/Dockerfile
file: ./apps/web/Dockerfile
platforms: linux/arm64,linux/amd64
push: true
cache-from: type=gha