File tree Expand file tree Collapse file tree 2 files changed +3
-8
lines changed
Expand file tree Collapse file tree 2 files changed +3
-8
lines changed Original file line number Diff line number Diff line change 5454 labels : ${{ steps.meta.outputs.labels }}
5555 cache-from : type=gha,scope=${{ github.workflow }}
5656 cache-to : type=gha,scope=${{ github.workflow }}
57+ platforms : linux/amd64,linux/arm64
Original file line number Diff line number Diff line change @@ -2,10 +2,7 @@ version: '3.8'
22
33services :
44 rollup-node-sequencer :
5- image : rollup-node:latest
6- build :
7- context : ..
8- dockerfile : Dockerfile
5+ image : scrolltech/rollup-node:v0.0.1-rc21
96 container_name : rollup-node-sequencer
107 ports :
118 - " 8545:8545"
@@ -60,10 +57,7 @@ services:
6057 ]
6158
6259 rollup-node-follower :
63- image : rollup-node:latest
64- build :
65- context : ..
66- dockerfile : Dockerfile
60+ image : scrolltech/rollup-node:v0.0.1-rc21
6761 container_name : rollup-node-follower
6862 ports :
6963 - " 8547:8545"
You can’t perform that action at this time.
0 commit comments