0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-16 20:26:19 -05:00

ci: fix core dev build (#3427)

This commit is contained in:
Gao Sun 2023-03-15 17:58:07 +08:00 committed by GitHub
parent e39fcc5200
commit 0666f8bb71
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View file

@ -84,6 +84,8 @@ jobs:
uses: docker/build-push-action@v4 uses: docker/build-push-action@v4
with: with:
context: . context: .
build-args: | # Test cloud build
additional_connector_args=--cloud
- name: Build cloud - name: Build cloud
uses: docker/build-push-action@v4 uses: docker/build-push-action@v4

View file

@ -76,7 +76,7 @@ jobs:
tags: ${{ steps.meta.outputs.tags }} tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }} labels: ${{ steps.meta.outputs.labels }}
build-args: | build-args: |
additional_connector_args="--cloud" additional_connector_args=--cloud
- name: Setup Depot - name: Setup Depot
if: ${{ startsWith(github.ref, 'refs/tags/') }} if: ${{ startsWith(github.ref, 'refs/tags/') }}