mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-24 09:28:31 +00:00
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
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:
commit
f33ff86cbb
1 changed files with 0 additions and 2 deletions
2
.github/workflows/manual-docker-build.yml
vendored
2
.github/workflows/manual-docker-build.yml
vendored
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue