Merge pull request #924 from AppFlowy-IO/fix-gotrue-build

fix: Fix gotrue image build
This commit is contained in:
Khor Shu Heng 2024-10-23 23:50:29 +08:00 committed by GitHub
commit d4b77c3c27
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

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