👷‍♂️ 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 - name: Build and publish image
uses: docker/build-push-action@v4 uses: docker/build-push-action@v4
with: with:
file: /apps/web/Dockerfile file: ./apps/web/Dockerfile
platforms: linux/arm64,linux/amd64 platforms: linux/arm64,linux/amd64
push: true push: true
cache-from: type=gha cache-from: type=gha