mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-23 17:08:34 +00:00
Fix seeding
This commit is contained in:
parent
d544035e3b
commit
c3781490eb
1 changed files with 2 additions and 0 deletions
2
.github/workflows/cypress-marketplace.yml
vendored
2
.github/workflows/cypress-marketplace.yml
vendored
|
|
@ -79,6 +79,8 @@ jobs:
|
|||
uses: docker/build-push-action@v4
|
||||
with:
|
||||
context: .
|
||||
build-args: |
|
||||
CUSTOM_GITHUB_TOKEN=${{ secrets.CUSTOM_GITHUB_TOKEN }}
|
||||
file: docker/ee/ee-production.Dockerfile
|
||||
push: false
|
||||
tags: tooljet/tj-osv:${{ env.SAFE_BRANCH_NAME }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue