mirror of
https://github.com/AppFlowy-IO/AppFlowy-Cloud.git
synced 2025-04-17 18:44:42 -04:00
chore: update test gotrue build action
This commit is contained in:
parent
f2b7dccfe1
commit
0160be6ac6
1 changed files with 2 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue