chore: add multi-arch support for dp image (#36309)

This commit is contained in:
Goutham Pratapa 2024-09-13 16:03:35 +05:30 committed by GitHub
parent d6a1500fa8
commit de72d927e9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -193,11 +193,12 @@ jobs:
echo "base_tag=$base_tag" >> $GITHUB_OUTPUT
- name: Push to Docker Hub
uses: docker/build-push-action@v4
uses: depot/build-push-action@v1
with:
context: .
pull: true
push: true
platforms: linux/arm64,linux/amd64
cache-from: ${{ vars.DOCKER_HUB_ORGANIZATION }}/appsmith-${{ vars.EDITION }}:release
tags: |
${{ vars.DOCKER_HUB_ORGANIZATION }}/appsmith-dp:${{ vars.EDITION }}-${{ github.event.client_payload.pull_request.number }}