Fix seeding

This commit is contained in:
emidhun 2025-04-25 14:25:26 +05:30
parent d544035e3b
commit c3781490eb

View file

@ -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 }}