fix: failing github-release pipeline (#28515)
Add Build arguements to github-release build and push pipeline
This commit is contained in:
parent
6202719f47
commit
597c91da26
1
.github/workflows/github-release.yml
vendored
1
.github/workflows/github-release.yml
vendored
|
|
@ -285,5 +285,6 @@ jobs:
|
|||
platforms: linux/arm64,linux/amd64
|
||||
build-args: |
|
||||
APPSMITH_SEGMENT_CE_KEY=${{ secrets.APPSMITH_SEGMENT_CE_KEY }}
|
||||
BASE=${{ vars.DOCKER_HUB_ORGANIZATION }}/base-${{ vars.EDITION }}:nightly
|
||||
tags: |
|
||||
${{ vars.DOCKER_HUB_ORGANIZATION }}/appsmith-${{ vars.EDITION }}:latest
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user