chore: update test gotrue build action

This commit is contained in:
Nathan 2025-04-02 21:37:43 +08:00
parent f2b7dccfe1
commit 0160be6ac6

View file

@ -39,9 +39,8 @@ jobs:
- name: Build and push GoTrue image - name: Build and push GoTrue image
uses: docker/build-push-action@v5 uses: docker/build-push-action@v5
with: with:
context: ./docker/gotrue context: .
file: Dockerfile file: ./docker/gotrue/Dockerfile
platforms: ${{ github.event.inputs.archs }}
push: true push: true
tags: | tags: |
appflowyinc/gotrue:${{ github.event.inputs.debug_version }}-test appflowyinc/gotrue:${{ github.event.inputs.debug_version }}-test