mirror of
https://github.com/lukevella/rallly.git
synced 2025-05-30 17:26:24 +02:00
👷♂️ Fix docker image build workflow
This commit is contained in:
parent
55d7cd03db
commit
c31c5abe76
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docker-image.yml
vendored
2
.github/workflows/docker-image.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue