Skip to content

Commit

Permalink
fix(github): caching step
Browse files Browse the repository at this point in the history
  • Loading branch information
ikr4-m committed Dec 10, 2024
1 parent aee5939 commit 2270b51
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,3 @@ jobs:
push: ${{ github.event_name != 'pull_request' }}
secrets: |
"GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }}"
cache-from: type=gha,mode=max
cache-to: type=gha,mode=max
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN set -ex; \
cd /app/clients/cli; \
cargo build --release --bin prover; \

FROM docker.io/library/alpine:latest
FROM docker.io/library/alpine:latest AS release
WORKDIR /root
COPY --from=builder /app/clients/cli/target/release/prover /usr/local/bin/prover

Expand Down

0 comments on commit 2270b51

Please sign in to comment.