ci: Fix build_args to be build-args for Depot builds (#16678)

This commit is contained in:
Kyle Galbraith 2022-09-12 20:11:35 -07:00 committed by GitHub
parent 77a6089a77
commit a4f32ef7e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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}