mirror of
https://github.com/AppFlowy-IO/AppFlowy-Cloud.git
synced 2025-04-19 03:24: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
|
- 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
|
||||||
|
|
Loading…
Add table
Reference in a new issue