mirror of
https://github.com/diced/zipline.git
synced 2025-12-05 20:40:12 -08:00
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:
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user