Skip to content

chore(deps): bump prisma from 6.2.0 to 6.7.0 #72

chore(deps): bump prisma from 6.2.0 to 6.7.0

chore(deps): bump prisma from 6.2.0 to 6.7.0 #72

Workflow file for this run

name: Build Docker Image
on:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout source code
uses: actions/checkout@v4
with:
submodules: 'true'
token: ${{ secrets.ORG_ACCESS_TOKEN }}
- name: Build the Docker image
run: docker build . --file Dockerfile --no-cache --tag engraph-worker:$(date +%s)