Skip to content

Commit

Permalink
Merge pull request #360 from OffchainLabs/fix-docker-build-cache
Browse files Browse the repository at this point in the history
Fix docker build with cache
  • Loading branch information
tsahee authored Mar 14, 2022
2 parents 5e1f061 + 07c53ba commit 7c553ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
docker:
name: build docker
name: Docker build
runs-on: ubuntu-latest
services:
# local registery
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ COPY --from=brotli-library-export / target/
COPY --from=prover-export / target/
RUN mkdir -p target/bin
# solgen was executed for just prcompiles previously.
RUN rm .make/solgen && make .make/solgen
RUN go run solgen/gen.go
RUN go build -o ./target/bin/node ./cmd/node
RUN go build -o ./target/bin/deploy ./cmd/deploy

Expand Down

0 comments on commit 7c553ec

Please sign in to comment.