mirror of
https://github.com/logto-io/logto.git
synced 2024-12-30 20:33:54 -05:00
ci: fix release cloud workflow (#3356)
This commit is contained in:
parent
f654c4170b
commit
5149551f16
1 changed files with 2 additions and 2 deletions
4
.github/workflows/release-cloud.yml
vendored
4
.github/workflows/release-cloud.yml
vendored
|
@ -55,8 +55,8 @@ jobs:
|
|||
push: true
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
build-args:
|
||||
- admin_endpoint: https://auth.logto.${{ inputs.target == 'cloud' && 'io' || 'dev' }}/
|
||||
build-args: |
|
||||
admin_endpoint=https://auth.logto.${{ inputs.target == 'cloud' && 'io' || 'dev' }}/
|
||||
|
||||
deploy:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Loading…
Reference in a new issue