fix: I beg, actions, work pls (#741)

* fix: I beg, actions, work pls

* fix: problem was from docker action!! O.O
This commit is contained in:
Jay
2025-03-06 12:07:43 -08:00
committed by GitHub
parent f896bfa413
commit 920c996892
2 changed files with 4 additions and 1 deletions

View File

@@ -56,3 +56,5 @@ jobs:
${{ secrets.DOCKERHUB_USERNAME }}/zipline:v3-trunk-${{ steps.version.outputs.zipline_commit }} ${{ secrets.DOCKERHUB_USERNAME }}/zipline:v3-trunk-${{ steps.version.outputs.zipline_commit }}
cache-from: type=gha cache-from: type=gha
cache-to: type=gha,mode=max cache-to: type=gha,mode=max
build-args: |
BUILDKIT_CONTEXT_KEEP_GIT_DIR=1

View File

@@ -56,7 +56,8 @@ ENV PRISMA_QUERY_ENGINE_BINARY=/prisma-engines/query-engine \
NEXT_TELEMETRY_DISABLED=1 NEXT_TELEMETRY_DISABLED=1
# Copy only the necessary files from the previous stage # Copy only the necessary files from the previous stage
COPY --from=builder /zipline/.git ./.git COPY --from=builder /zipline/.git/refs ./.git/refs
COPY --from=builder /zipline/.git/HEAD ./.git/HEAD
COPY --from=builder /zipline/dist ./dist COPY --from=builder /zipline/dist ./dist
COPY --from=builder /zipline/.next ./.next COPY --from=builder /zipline/.next ./.next