Skip to content

Commit

Permalink
fix: add eof line
Browse files Browse the repository at this point in the history
  • Loading branch information
atanmarko committed Jun 27, 2024
1 parent 8f822bb commit 5b38dcb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ jobs:
- name: Run worker docker container
run: |
docker run --rm worker:${{ github.ref_name }} --help
docker run --rm worker:${{ github.ref_name }} --help
2 changes: 1 addition & 1 deletion .github/workflows/docker_build_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,4 @@ jobs:
tags: ${{ steps.meta_worker.outputs.tags }}
labels: ${{ steps.meta_worker.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=max
cache-to: type=gha,mode=max
2 changes: 1 addition & 1 deletion leader.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ COPY --from=builder ./.env /.env
# Related to issue https://github.com/0xPolygonZero/zk_evm/issues/311
RUN mkdir -p zero_bin/leader

ENTRYPOINT ["/usr/local/bin/leader"]
ENTRYPOINT ["/usr/local/bin/leader"]
1 change: 1 addition & 0 deletions worker.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,4 @@ FROM debian:bullseye-slim
RUN apt-get update && apt-get install -y ca-certificates libjemalloc2
COPY --from=builder ./target/release/worker /usr/local/bin/worker
ENTRYPOINT ["/usr/local/bin/worker"]

0 comments on commit 5b38dcb

Please sign in to comment.