ci: Fix build_args to be build-args for Depot builds (#16678)
This commit is contained in:
parent
77a6089a77
commit
a4f32ef7e6
|
|
@ -1592,7 +1592,7 @@ jobs:
|
|||
context: .
|
||||
push: true
|
||||
platforms: linux/arm64,linux/amd64
|
||||
build_args: |
|
||||
build-args: |
|
||||
APPSMITH_SEGMENT_CE_KEY=${{ secrets.APPSMITH_SEGMENT_CE_KEY_RELEASE }}
|
||||
tags: |
|
||||
${{ secrets.DOCKER_HUB_ORGANIZATION }}/appsmith-ce:${{steps.vars.outputs.tag}}
|
||||
|
|
@ -1604,7 +1604,7 @@ jobs:
|
|||
context: .
|
||||
push: true
|
||||
platforms: linux/arm64,linux/amd64
|
||||
build_args: |
|
||||
build-args: |
|
||||
APPSMITH_SEGMENT_CE_KEY=${{ secrets.APPSMITH_SEGMENT_CE_KEY }}
|
||||
tags: |
|
||||
${{ secrets.DOCKER_HUB_ORGANIZATION }}/appsmith-ce:${GITHUB_SHA}
|
||||
|
|
@ -1639,7 +1639,7 @@ jobs:
|
|||
with:
|
||||
context: app/server
|
||||
push: true
|
||||
build_args: |
|
||||
build-args: |
|
||||
APPSMITH_SEGMENT_CE_KEY=${{ secrets.APPSMITH_SEGMENT_CE_KEY_RELEASE }}
|
||||
tags: |
|
||||
${{ secrets.DOCKER_HUB_ORGANIZATION }}/appsmith-server:${{steps.vars.outputs.tag}}
|
||||
|
|
@ -1651,7 +1651,7 @@ jobs:
|
|||
with:
|
||||
context: app/server
|
||||
push: true
|
||||
build_args: |
|
||||
build-args: |
|
||||
APPSMITH_SEGMENT_CE_KEY=${{ secrets.APPSMITH_SEGMENT_CE_KEY }}
|
||||
tags: |
|
||||
${{ secrets.DOCKER_HUB_ORGANIZATION }}/appsmith-server:${GITHUB_SHA}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user