From 0160be6ac6d807c293639b8244aabdc66f7eccf7 Mon Sep 17 00:00:00 2001 From: Nathan Date: Wed, 2 Apr 2025 21:37:43 +0800 Subject: [PATCH] chore: update test gotrue build action --- .github/workflows/build_test_docker_image.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build_test_docker_image.yaml b/.github/workflows/build_test_docker_image.yaml index acbd1645..426b151b 100644 --- a/.github/workflows/build_test_docker_image.yaml +++ b/.github/workflows/build_test_docker_image.yaml @@ -39,9 +39,8 @@ jobs: - name: Build and push GoTrue image uses: docker/build-push-action@v5 with: - context: ./docker/gotrue - file: Dockerfile - platforms: ${{ github.event.inputs.archs }} + context: . + file: ./docker/gotrue/Dockerfile push: true tags: | appflowyinc/gotrue:${{ github.event.inputs.debug_version }}-test