Merge pull request #16359 from ToolJet/adishM98-patch-2
Some checks failed
CI / build (push) Has been cancelled
CI / lint-for-frontend (push) Has been cancelled
CI / lint-for-server (push) Has been cancelled
CI / unit-test (push) Has been cancelled
CI / e2e-test (push) Has been cancelled
CI / lint-for-plugins (push) Has been cancelled

Remove cache options from Docker build workflow
This commit is contained in:
Adish M 2026-05-10 15:58:05 +05:30 committed by GitHub
commit f33ff86cbb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -67,8 +67,6 @@ jobs:
push: true
tags: ${{ steps.taggen.outputs.tag }}
platforms: linux/amd64
cache-from: type=gha
cache-to: type=gha,mode=max
build-args: |
CUSTOM_GITHUB_TOKEN=${{ secrets.CUSTOM_GITHUB_TOKEN }}
BRANCH_NAME=${{ github.event.inputs.branch_name }}