ci: Remove pulling unused cache image

This commit is contained in:
Shrikant Sharat Kandula 2023-10-19 11:08:21 +05:30 committed by GitHub
parent 4c23802a94
commit 9ede02df28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -85,11 +85,6 @@ jobs:
run: |
set -o xtrace
declare -a args
if [[ "${{ inputs.pr }}" != 0 ]]; then
cache_image="${{ vars.DOCKER_HUB_ORGANIZATION }}/appsmith-${{ vars.EDITION }}:release"
args+=(--cache-from "$cache_image")
docker pull "$cache_image"
fi
if [[ "${{ inputs.pr }}" != 0 || "${{ github.ref_name }}" != master ]]; then
args+=(--build-arg "APPSMITH_CLOUD_SERVICES_BASE_URL=https://release-cs.appsmith.com")
base_tag=release