fix: gotrue dockerfile

This commit is contained in:
Fu Zi Xiang 2023-12-27 05:39:29 +08:00
parent dc6ff036b1
commit 1c02b3d03f
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ jobs:
- name: Build and Push GoTrue
run: |
export TAG=${GITHUB_REF#refs/*/}
docker buildx build --platform linux/${{ matrix.arch }} -t appflowyinc/gotrue:${TAG} -t appflowyinc/gotrue:latest --push .
docker buildx build --platform linux/${{ matrix.arch }} -t appflowyinc/gotrue:${TAG} -t appflowyinc/gotrue:latest -f docker/gotrue.Dockerfile --push .
appflowy_cloud_image:
runs-on: ubuntu-22.04